Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dcamellia_generic.c539 u32 kll, klr, krl, krr; in camellia_setup128() local
554 subL[0] = kll; subR[0] = klr; in camellia_setup128()
595 CAMELLIA_F(kll, klr, in camellia_setup128()
603 CAMELLIA_F(kll, klr, in camellia_setup128()
610 kll ^= w0; klr ^= w1; in camellia_setup128()
716 CAMELLIA_F(kll, klr, in camellia_setup256()
723 kll ^= krll; klr ^= krlr; in camellia_setup256()
724 CAMELLIA_F(kll, klr, in camellia_setup256()
731 kll ^= w0; klr ^= w1; in camellia_setup256()
734 krll ^= kll; krlr ^= klr; in camellia_setup256()
[all …]
/linux-6.15/arch/x86/crypto/
H A Dcamellia-aesni-avx-asm_64.S300 tt1, tt2, tt3, kll, klr, krl, krr) \ argument
307 vmovd kll, t0; \
H A Dcamellia-aesni-avx2-asm_64.S332 tt1, tt2, tt3, kll, klr, krl, krr) \ argument
338 vpbroadcastd kll, t0; /* only lowest 32-bit used */ \