Searched refs:NUM_BLKS (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha1_ni_asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ define 103 shl $6, NUM_BLKS /* convert to bytes */ 105 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 282 cmp NUM_BLKS, DATA_PTR
|
H A D | sha256_ni_asm.S | 60 #define NUM_BLKS %rdx /* 3rd arg */ define 102 shl $6, NUM_BLKS /* convert to bytes */ 104 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 314 cmp NUM_BLKS, DATA_PTR
|
H A D | sha256-avx2-asm.S | 92 NUM_BLKS = %rdx # 3rd arg define 97 e = %edx # clobbers NUM_BLKS 542 shl $6, NUM_BLKS # convert to bytes 544 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block 545 mov NUM_BLKS, _INP_END(%rsp) 547 cmp NUM_BLKS, INP
|
H A D | sha256-avx-asm.S | 97 NUM_BLKS = %rdx # 3rd arg define 362 shl $6, NUM_BLKS # convert to bytes 364 add INP, NUM_BLKS # pointer to end of data 365 mov NUM_BLKS, _INP_END(%rsp)
|
H A D | sha256-ssse3-asm.S | 90 NUM_BLKS = %rdx # 3rd arg define 371 shl $6, NUM_BLKS # convert to bytes 373 add INP, NUM_BLKS 374 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
|
H A D | sha512-avx2-asm.S | 77 NUM_BLKS = %rdx define 586 shl $7, NUM_BLKS # convert to bytes 588 add INP, NUM_BLKS # pointer to end of data 589 mov NUM_BLKS, frame_INPEND(%rsp)
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha1_ni_asm.S | 61 #define NUM_BLKS %rdx /* 3rd arg */ define 102 shl $6, NUM_BLKS /* convert to bytes */ 104 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 281 cmp NUM_BLKS, DATA_PTR
|
H A D | sha256_ni_asm.S | 61 #define NUM_BLKS %rdx /* 3rd arg */ define 102 shl $6, NUM_BLKS /* convert to bytes */ 104 add DATA_PTR, NUM_BLKS /* pointer to end of data */ 314 cmp NUM_BLKS, DATA_PTR
|
H A D | sha256-avx2-asm.S | 93 NUM_BLKS = %rdx # 3rd arg define 98 e = %edx # clobbers NUM_BLKS 540 shl $6, NUM_BLKS # convert to bytes 542 lea -64(INP, NUM_BLKS), NUM_BLKS # pointer to last block 543 mov NUM_BLKS, _INP_END(%rsp) 545 cmp NUM_BLKS, INP
|
H A D | sha256-avx-asm.S | 98 NUM_BLKS = %rdx # 3rd arg define 362 shl $6, NUM_BLKS # convert to bytes 364 add INP, NUM_BLKS # pointer to end of data 365 mov NUM_BLKS, _INP_END(%rsp)
|
H A D | sha256-ssse3-asm.S | 91 NUM_BLKS = %rdx # 3rd arg define 371 shl $6, NUM_BLKS # convert to bytes 373 add INP, NUM_BLKS 374 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
|
H A D | sha512-avx2-asm.S | 78 NUM_BLKS = %rdx define 583 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 10 milliseconds