Searched refs:NUM_BLKS (Results 1 – 6 of 6) sorted by relevance
| /lib/crypto/x86/ |
| A D | sha256-ni-asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ macro 114 shl $6, NUM_BLKS /* convert to bytes */ 115 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 152 cmp NUM_BLKS, DATA_PTR
|
| A D | sha1-ni-asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ macro 138 dec NUM_BLKS
|
| A D | sha256-avx2-asm.S | 92 NUM_BLKS = %rdx # 3rd arg define 97 e = %edx # clobbers NUM_BLKS 537 shl $6, NUM_BLKS # convert to bytes 538 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block 539 mov NUM_BLKS, _INP_END(%rsp) 541 cmp NUM_BLKS, INP
|
| A D | sha256-avx-asm.S | 97 NUM_BLKS = %rdx # 3rd arg define 359 shl $6, NUM_BLKS # convert to bytes 360 add INP, NUM_BLKS # pointer to end of data 361 mov NUM_BLKS, _INP_END(%rsp)
|
| A D | sha256-ssse3-asm.S | 90 NUM_BLKS = %rdx # 3rd arg define 366 shl $6, NUM_BLKS # convert to bytes 367 add INP, NUM_BLKS 368 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
|
| A D | sha512-avx2-asm.S | 77 NUM_BLKS = %rdx define 584 shl $7, NUM_BLKS # convert to bytes 585 add INP, NUM_BLKS # pointer to end of data 586 mov NUM_BLKS, frame_INPEND(%rsp)
|
Completed in 8 milliseconds