Searched refs:BUFFER_PTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 45 #define BUFFER_PTR %r10 macro 82 mov BUF, BUFFER_PTR 164 add $64, BUFFER_PTR # move to the next 64-byte block 165 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use 166 cmovae K_BASE, BUFFER_PTR # dummy source to avoid buffer overrun 187 cmp K_BASE, BUFFER_PTR # K_BASE means, we reached the end 350 movdqu (i*4)(BUFFER_PTR), W_TMP1 488 vmovdqu (i*4)(BUFFER_PTR), W_TMP1
|
D | sha1_avx2_x86_64_asm.S | 122 #define BUFFER_PTR %r10 macro 207 vmovdqu (i * 2)(BUFFER_PTR), W_TMP 483 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 3, 128 527 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 4, 128 646 mov BUF, BUFFER_PTR
|