Searched refs:BUFFER_PTR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 44 #define BUFFER_PTR %r10 define 81 mov BUF, BUFFER_PTR 163 add $64, BUFFER_PTR # move to the next 64-byte block 164 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use 165 cmovae K_BASE, BUFFER_PTR # dummy source to avoid buffer overrun 186 cmp K_BASE, BUFFER_PTR # K_BASE means, we reached the end 349 movdqu (i*4)(BUFFER_PTR), W_TMP1 487 vmovdqu (i*4)(BUFFER_PTR), W_TMP1
|
H A D | sha1_avx2_x86_64_asm.S | 122 #define BUFFER_PTR %r10 define 207 vmovdqu (i * 2)(BUFFER_PTR), W_TMP 483 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 3, 128 492 * it is set below by: cmovae BUFFER_PTR, K_BASE 530 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 4, 128 657 mov BUF, BUFFER_PTR
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 45 #define BUFFER_PTR %r10 define 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
|
H A D | sha1_avx2_x86_64_asm.S | 122 #define BUFFER_PTR %r10 define 207 vmovdqu (i * 2)(BUFFER_PTR), W_TMP 483 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 3, 128 492 * it is set below by: cmovae BUFFER_PTR, K_BASE 527 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 4, 128 646 mov BUF, BUFFER_PTR
|
Completed in 6 milliseconds