Home
last modified time | relevance | path

Searched refs:kll (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.c130 t0 = kll; \
442 uint32_t kll, klr, krl, krr; in camellia_setup128() local
451 kll = GETU32(key ); in camellia_setup128()
458 subl(0) = kll; subr(0) = klr; in camellia_setup128()
461 subl(4) = kll; subr(4) = klr; in camellia_setup128()
479 kll = subl(0); klr = subr(0); in camellia_setup128()
491 kll ^= w0; klr ^= w1; in camellia_setup128()
660 kll = GETU32(key ); in camellia_setup256()
708 kll ^= krll; klr ^= krlr; in camellia_setup256()
714 kll ^= w0; klr ^= w1; in camellia_setup256()
[all …]