Searched refs:kr (Results 1 – 7 of 7) sorted by relevance
/arch/x86/crypto/ |
D | camellia_glue.c | 798 #define CAMELLIA_F(x, kl, kr, y) ({ \ argument 799 u64 ii = x ^ (((u64)kl << 32) | kr); \ 1000 u64 kl, kr, ww; in camellia_setup128() local 1007 kr = get_unaligned_be64(key + 8); in camellia_setup128() 1013 subRL[1] = kr; in camellia_setup128() 1016 ROLDQ(kl, kr, 15); in camellia_setup128() 1021 subRL[5] = kr; in camellia_setup128() 1024 ROLDQ(kl, kr, 30); in camellia_setup128() 1029 subRL[11] = kr; in camellia_setup128() 1032 ROLDQ(kl, kr, 15); in camellia_setup128() [all …]
|
D | camellia-x86_64-asm_64.S | 114 #define fls(l, r, kl, kr) \ argument 120 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \ 129 movl (key_table + ((kr) * 2) * 4)(CTX), RT0d; \ 296 #define fls2(l, r, kl, kr) \ argument 302 movq (key_table + ((kr) * 2) * 4)(CTX), RT1; \ 312 movq (key_table + ((kr) * 2) * 4)(CTX), RT0; \ 321 movl (key_table + ((kr) * 2) * 4)(CTX), RT2d; \ 331 movl (key_table + ((kr) * 2) * 4)(CTX), RT1d; \
|
D | cast5-avx-x86_64-asm_64.S | 38 #define kr (16*4) macro 171 vpxor kr(CTX), RKR, RKR; 176 vpxor kr(CTX), RKR, RKR; \
|
D | cast6-avx-x86_64-asm_64.S | 39 #define kr (12*4*4) macro 198 vpxor (kr+n*16)(CTX), RKR, RKR; \
|
/arch/ia64/include/asm/native/ |
D | inst.h | 73 #define MOV_TO_KR(kr, reg, clob0, clob1) \ argument 74 mov IA64_KR(kr) = reg
|
/arch/arm64/boot/dts/marvell/ |
D | armada-8040-mcbin.dts | 233 phy-mode = "10gbase-kr"; 271 phy-mode = "10gbase-kr";
|
/arch/arm/nwfpe/ |
D | ChangeLog | 3 Used "indent -kr -i8 -ts8 -sob -l132 -ss" and a few manual fixups.
|