Home
last modified time | relevance | path

Searched defs:WK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_asm.S63 #define WK(t) (((t) & 15) * 4)(%rsp) macro
H A Dsha1_avx2_x86_64_asm.S150 #define WK(t) ((((t) % 80) / 4)*32 + ( (t) % 4)*4 + ((t)/80)*16 )(WK_BUF) macro