Home
last modified time | relevance | path

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

/linux/lib/crypto/x86/
H A Dsm3-avx-asm_64.S223 #define IW_W_ADDR(round, widx, offs) \ macro
231 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 0)
232 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 32)
/linux/lib/crypto/arm64/
H A Dsm3-neon-core.S166 #define IW_W_ADDR(round, widx, offs) \ macro
174 #define IW_W1_ADDR(round, widx) IW_W_ADDR(round, widx, 32)
175 #define IW_W1W2_ADDR(round, widx) IW_W_ADDR(round, widx, 48)