Searched refs:RKEY (Results 1 – 2 of 2) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | blowfish-x86_64-asm_64.S | 54 #define RKEY %r10 macro 186 xorq RKEY, RX0; \ 187 xorq RKEY, RX1; \ 188 xorq RKEY, RX2; \ 189 xorq RKEY, RX3; 192 movq p+4*(n)(CTX), RKEY; 212 movq p+4*((n)-1)(CTX), RKEY; \ 213 rorq $32, RKEY;
|
/linux/arch/arm64/crypto/ |
H A D | sm4-neon-core.S | 28 #define RKEY v14 macro 97 dup RX0.4s, RKEY.s[round]; \ 134 ld1 {RKEY.4s}, [x0], #16; \ 163 dup RX0.4s, RKEY.s[round]; \ 232 ld1 {RKEY.4s}, [x0], #16; \
|