Searched refs:K512 (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/crypto/openssl/crypto/sha/asm/ |
| HD | sha512-586.pl | 69 $K512="ebp"; 112 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i] 142 &add ($K512,8); 149 &add ($K512,8); 207 &mov ("esi",&DWP(0,$K512)); 208 &mov ("edi",&DWP(4,$K512)); # K[i] 277 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K 279 &lea ($K512,&DWP(8,$K512)); # K++ 291 &blindpop($K512); 292 &lea ($K512,&DWP(&label("K512")."-".&label("pic_point"),$K512)); [all …]
|
| /NextBSD/contrib/unbound/compat/ |
| HD | sha512.c | 201 static const sha2_word64 K512[80] = { variable 293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
| /NextBSD/contrib/ldns/ |
| HD | sha2.c | 247 static const sha2_word64 K512[80] = { variable 647 K512[j] + W512[j]; \ 657 K512[j] + (W512[j] = *data++); \ 669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ 753 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform() 756 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in ldns_sha512_Transform() 779 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in ldns_sha512_Transform()
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | sha2.c | 420 static const isc_uint64_t K512[80] = { variable 488 static const isc_uint64_t K512[80] = { variable 938 K512[j] + W512[j]; \ 948 K512[j] + (W512[j] = *data++); \ 960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ 1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in isc_sha512_transform() 1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in isc_sha512_transform() 1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in isc_sha512_transform()
|
| /NextBSD/crypto/openssh/openbsd-compat/ |
| HD | sha2.c | 212 const static u_int64_t K512[80] = { variable 579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
| /NextBSD/crypto/openssl/crypto/sha/ |
| HD | sha512.c | 277 static const SHA_LONG64 K512[80] = { variable 444 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 457 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 501 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 520 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order() 547 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
|
| /NextBSD/secure/lib/libcrypto/amd64/ |
| HD | sha512-x86_64.S | 39 leaq K512(%rip),%rbp 1699 .type K512,@object 1700 K512: label
|