Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dtwofish-avx-x86_64-asm_64.S232 #define inpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
233 vpxor x0, wkey, x0; \
234 vpxor x1, wkey, x1; \
235 vpxor x2, wkey, x2; \
236 vpxor x3, wkey, x3; \
240 #define outunpack_blocks(x0, x1, x2, x3, wkey, t0, t1, t2) \ argument
243 vpxor x0, wkey, x0; \
244 vpxor x1, wkey, x1; \
245 vpxor x2, wkey, x2; \
246 vpxor x3, wkey, x3;