Searched refs:STRIDE_BLOCKS (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | polyval-pclmul-avx.S | 28 #define STRIDE_BLOCKS 8 macro 232 addq $(16*STRIDE_BLOCKS), KEY_POWERS 300 subq $STRIDE_BLOCKS, BLOCKS_LEFT 303 subq $STRIDE_BLOCKS, BLOCKS_LEFT 307 subq $STRIDE_BLOCKS, BLOCKS_LEFT 312 add $STRIDE_BLOCKS, BLOCKS_LEFT
|
| /linux/lib/crypto/arm64/ |
| H A D | polyval-ce-core.S | 28 #define STRIDE_BLOCKS 8 macro 267 add KEY_POWERS, KEY_START, #(STRIDE_BLOCKS << 4) 339 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 344 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 348 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 353 adds BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS
|