Searched refs:BUFFER_PTR (Results 1 – 2 of 2) sorted by relevance
/linux/lib/crypto/x86/ |
H A D | sha1-ssse3-and-avx.S | 44 #define BUFFER_PTR %r10 macro 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 485 vmovdqu (i*4)(BUFFER_PTR), W_TMP1
|
H A D | sha1-avx2-asm.S | 119 #define BUFFER_PTR %r10 macro 204 vmovdqu (i * 2)(BUFFER_PTR), W_TMP 480 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 3, 128 489 * it is set below by: cmovae BUFFER_PTR, K_BASE 524 ADD_IF_GE BUFFER_PTR, BLOCKS_CTR, 4, 128 643 mov BUF, BUFFER_PTR
|