Searched refs:K256 (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/sha/asm/ |
D | sha256-586.pl | 125 $K256="ebp"; 178 &mov ("esi",&DWP(0,$K256)); 191 &add ($K256,4); 205 &blindpop($K256); 206 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256)); 218 &picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256")); 336 &sub ($K256,4*64); # rewind K 353 @K256=( 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5, 369 &data_word(@K256); 377 my @AH=($A,$K256); [all …]
|
D | sha256-c64xplus.pl | 33 $K256="A3"; 79 || [A0] MVKL \$PCR_OFFSET(K256,__sha256_block),$K256 81 || [A0] MVKH \$PCR_OFFSET(K256,__sha256_block),$K256 84 || [A0] MVKL (K256-__sha256_block),$K256 86 || [A0] MVKH (K256-__sha256_block),$K256 91 || [A0] ADD B2,$K256,$K256 104 LDW *$K256++,$K ; pre-fetch K256[0] 145 || LDW *$K256++,$K ; pre-fetch K256[i+1] 184 || LDW *$K256++,$K ; pre-fetch K256[i+1] 242 || LDW *$K256++,$K ; pre-fetch K256[i+1] [all …]
|
D | sha256-armv4.pl | 115 ldr $t2,[$Ktbl],#4 @ *K256++
|
/third_party/openssl/crypto/sha/ |
D | sha256.c | 134 static const SHA_LONG K256[64] = { variable 190 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 209 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 236 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
|
/third_party/ffmpeg/libavutil/ |
D | sha.c | 156 static const uint32_t K256[64] = { variable 189 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \ 223 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i]; in sha256_transform()
|
/third_party/openssl/crypto/sha/asm/x86_64/ |
D | sha256-x86_64.s | 63 leaq K256(%rip),%rbp 1732 .type K256,@object 1733 K256: label 1779 leaq K256+128(%rip),%rcx 2026 movdqa K256+512(%rip),%xmm7 2032 leaq K256(%rip),%rbp 3135 vmovdqa K256+512+32(%rip),%xmm8 3136 vmovdqa K256+512+64(%rip),%xmm9 3140 vmovdqa K256+512(%rip),%xmm7 3146 leaq K256(%rip),%rbp [all …]
|
D | sha256-mb-x86_64.s | 26 leaq K256+128(%rip),%rbp 2561 leaq K256+128(%rip),%rbp 3152 leaq K256+128(%rip),%rbp 5318 leaq K256+128(%rip),%rbp 5415 leaq K256+128(%rip),%rbp 7708 leaq K256+128(%rip),%rbp 7799 K256: label
|
/third_party/openssl/crypto/aes/asm/x86_64/ |
D | aesni-sha256-x86_64.s | 38 .type K256,@object 39 K256: label 121 leaq K256+544(%rip),%r13 144 vmovdqa K256+512(%rip),%xmm7 150 leaq K256(%rip),%rbp 1285 leaq K256+544(%rip),%r13 1308 vmovdqa K256+512(%rip),%xmm7 1314 leaq K256(%rip),%rbp 2482 leaq K256+544(%rip),%r12 2509 vmovdqa K256+512(%rip),%ymm7 [all …]
|