Searched refs:STRIDE_BLOCKS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | polyval-clmulni_asm.S | 28 #define STRIDE_BLOCKS 8 macro 232 addq $(16*STRIDE_BLOCKS), KEY_POWERS 302 subq $STRIDE_BLOCKS, BLOCKS_LEFT 305 subq $STRIDE_BLOCKS, BLOCKS_LEFT 309 subq $STRIDE_BLOCKS, BLOCKS_LEFT 314 add $STRIDE_BLOCKS, BLOCKS_LEFT
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | polyval-ce-core.S | 28 #define STRIDE_BLOCKS 8 macro 267 add KEY_POWERS, KEY_START, #(STRIDE_BLOCKS << 4) 341 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 346 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 350 subs BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS 355 adds BLOCKS_LEFT, BLOCKS_LEFT, #STRIDE_BLOCKS
|