Searched refs:IW_W_ADDR (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | sm3-avx-asm_64.S | 223 #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 D | sm3-neon-core.S | 166 #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)
|