Searched refs:BUFFER_PTR (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
H A D | sha1_ssse3_asm.S | 48 #define BUFFER_PTR %r10 define 85 mov BUF, BUFFER_PTR 168 add $64, BUFFER_PTR # move to the next 64-byte block 169 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use 170 cmovae K_BASE, BUFFER_PTR # dummy source to avoid buffer overrun 191 cmp K_BASE, BUFFER_PTR # K_BASE means, we reached the end 354 movdqu (i*4)(BUFFER_PTR), W_TMP1 490 vmovdqu (i*4)(BUFFER_PTR), W_TMP1
|
H A D | sha1_avx2_x86_64_asm.S | 122 #define BUFFER_PTR %r10 define 208 vmovdqu ((i * 2) + PRECALC_OFFSET)(BUFFER_PTR), W_TMP 480 * it is set below by: cmovae BUFFER_PTR, K_BASE 482 cmp K_BASE, BUFFER_PTR 515 add $(2*64), BUFFER_PTR /* move to next odd-64-byte block */ 516 cmp BUFFER_END, BUFFER_PTR /* is current block the last one? */ 517 cmovae K_BASE, BUFFER_PTR /* signal the last iteration smartly */ 535 cmp K_BASE, BUFFER_PTR /* is current block the last one? */ 581 cmovae K_BASE, BUFFER_PTR /* signal the last iteration smartly */ 647 mov BUF, BUFFER_PTR
|
Completed in 79 milliseconds