Searched refs:K512 (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/src/crypto/sha/asm/ |
D | 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 …]
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 259 const static sha2_word64 K512[80] = { variable 679 K512[j] + W512[j]; \ 689 K512[j] + (W512[j] = *data++); \ 701 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \ 783 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform() 809 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-16-SpillerUnfold.ll | 10 @K512 = external constant [80 x i64], align 32 ; <[80 x i64]*> [#uses=2] 74 %49 = getelementptr [80 x i64], [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1] 108 %78 = getelementptr [80 x i64], [80 x i64]* @K512, i64 0, i64 0 ; <i64*> [#uses=1]
|
/external/openssh/openbsd-compat/ |
D | sha2.c | 217 const static u_int64_t K512[80] = { variable 584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \ 596 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \ 683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform() 705 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512_Transform()
|
/external/boringssl/src/crypto/sha/ |
D | sha512.c | 326 static const uint64_t K512[80] = { variable 469 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 482 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order() 504 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; \
|
/external/boringssl/linux-x86_64/crypto/sha/ |
D | sha512-x86_64.S | 41 leaq K512(%rip),%rbp 1701 .type K512,@object 1702 K512: label
|
/external/boringssl/mac-x86_64/crypto/sha/ |
D | sha512-x86_64.S | 40 leaq K512(%rip),%rbp 1701 K512: label
|
/external/boringssl/win-x86_64/crypto/sha/ |
D | sha512-x86_64.asm | 52 lea rbp,[K512] 1715 K512: label
|
/external/boringssl/win-x86/crypto/sha/ |
D | sha512-586.asm | 33 lea ebp,[(L$001K512-L$000pic_point)+ebp] 2754 L$001K512:
|