| /NextBSD/crypto/openssl/crypto/sha/asm/ |
| HD | sha256-586.pl | 112 $K256="ebp"; 165 &mov ("esi",&DWP(0,$K256)); 178 &add ($K256,4); 192 &blindpop($K256); 193 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256)); 205 &picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256")); 323 &sub ($K256,4*64); # rewind K 340 @K256=( 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5, 356 &data_word(@K256); 364 my @AH=($A,$K256); [all …]
|
| HD | sha256-armv4.pl | 94 ldr $t2,[$Ktbl],#4 @ *K256++
|
| /NextBSD/secure/lib/libcrypto/amd64/ |
| HD | aesni-sha256-x86_64.S | 18 .type K256,@object 19 K256: label
|
| HD | sha256-x86_64.S | 47 leaq K256(%rip),%rbp 1707 .type K256,@object 1708 K256: label 1753 leaq K256+128(%rip),%rcx 1990 movdqa K256+512(%rip),%xmm7 1996 leaq K256(%rip),%rbp
|
| HD | sha256-mb-x86_64.S | 20 leaq K256+128(%rip),%rbp 2555 leaq K256+128(%rip),%rbp 3110 K256: label
|
| /NextBSD/contrib/apr/random/unix/ |
| HD | sha2.c | 156 static const sha2_word32 K256[64] = { variable 213 K256[j] + W256[j]; \ 223 K256[j] + (W256[j] = *data++); \ 235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 322 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in apr__SHA256_Transform() 325 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in apr__SHA256_Transform() 348 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in apr__SHA256_Transform()
|
| /NextBSD/contrib/ldns/ |
| HD | sha2.c | 215 static const sha2_word32 K256[64] = { variable 333 K256[j] + W256[j]; \ 343 K256[j] + (W256[j] = *data++); \ 355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform() 447 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in ldns_sha256_Transform() 470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform()
|
| /NextBSD/crypto/openssl/crypto/sha/ |
| HD | sha256.c | 133 static const SHA_LONG K256[64] = { variable 189 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 208 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i]; in sha256_block_data_order() 235 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | sha2.c | 180 const static u_int32_t K256[64] = { variable 299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \ 310 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \ 397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform() 419 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | sha2.c | 375 static const isc_uint32_t K256[64] = { variable 613 K256[j] + W256[j]; \ 623 K256[j] + (W256[j] = *data++); \ 635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \ 726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in isc_sha256_transform() 729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++); in isc_sha256_transform() 752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in isc_sha256_transform()
|