Home
last modified time | relevance | path

Searched refs:K512 (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-586.pl80 $K512="ebp";
123 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i]
153 &add ($K512,8);
160 &add ($K512,8);
218 &mov ("esi",&DWP(0,$K512));
219 &mov ("edi",&DWP(4,$K512)); # K[i]
288 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
290 &lea ($K512,&DWP(8,$K512)); #
[all...]
H A Dsha512-c64xplus.pl35 $K512="A3";
96 || [A0] MVKL \$PCR_OFFSET(K512,__sha512_block),$K512
97 [A0] MVKH \$PCR_OFFSET(K512,__sha512_block),$K512
102 || [A0] MVKL (K512-__sha512_block),$K512
103 [A0] MVKH (K512-__sha512_block),$K512
112 || ADD B1,$K512,
391 K512: global() label
[all...]
H A Dsha512-armv4.pl236 .type K512,%object
238 K512: label
279 .size K512,.-K512
314 sub $Ktbl,r3,#672 @ K512
627 adr $Ktbl,K512
650 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl88 $TABLE="K512";
650 .type K512#,\@object
651 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
691 .size K512#,$SZ*$rounds
/third_party/openssl/crypto/sha/asm/
H A Dsha512-586.pl80 $K512="ebp";
123 &paddq ("mm7",QWP(0,$K512)); # X[i]+=K512[i]
153 &add ($K512,8);
160 &add ($K512,8);
218 &mov ("esi",&DWP(0,$K512));
219 &mov ("edi",&DWP(4,$K512)); # K[i]
288 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
290 &lea ($K512,&DWP(8,$K512)); #
[all...]
H A Dsha512-c64xplus.pl35 $K512="A3";
96 || [A0] MVKL \$PCR_OFFSET(K512,__sha512_block),$K512
97 [A0] MVKH \$PCR_OFFSET(K512,__sha512_block),$K512
102 || [A0] MVKL (K512-__sha512_block),$K512
103 [A0] MVKH (K512-__sha512_block),$K512
112 || ADD B1,$K512,
391 K512: global() label
[all...]
H A Dsha512-armv4.pl236 .type K512,%object
238 K512: label
279 .size K512,.-K512
314 sub $Ktbl,r3,#672 @ K512
627 adr $Ktbl,K512
650 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl88 $TABLE="K512";
650 .type K512#,\@object
651 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
691 .size K512#,$SZ*$rounds
/third_party/ffmpeg/libavutil/
H A Dsha512.c49 static const uint64_t K512[80] = { variable
107 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
142 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i]; in sha512_transform()
/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c342 static const SHA_LONG64 K512[80] = { variable
517 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
530 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
575 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
594 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
621 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/third_party/openssl/crypto/sha/
H A Dsha512.c342 static const SHA_LONG64 K512[80] = { variable
517 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
530 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
575 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
594 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
621 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c355 static const SHA_LONG64 K512[80] = { variable
530 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
543 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i]; in sha512_block_data_order()
588 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
607 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i]; in sha512_block_data_order()
634 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/
H A Dsha512-s390x.S5 .type K512,@object
6 K512: label
47 .size K512,.-K512
72 larl %r13,K512
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/
H A Dsha512-s390x.S5 .type K512,@object
6 K512: label
47 .size K512,.-K512
72 larl %r13,K512
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/
H A Dsha512-s390x.S5 .type K512,@object
6 K512: label
47 .size K512,.-K512
72 larl %r13,K512
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/sha/
H A Dsha512-s390x.S5 .type K512,@object
6 K512: label
47 .size K512,.-K512
72 larl %r13,K512
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1730 .type K512,@object
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/sha/
H A Dsha512-x86_64.s61 leaq K512(%rip),%rbp
1731 K512: label
1858 vmovdqa K512+1280(%rip),%xmm11
1860 leaq K512+128(%rip),%rbp
2959 vmovdqa K512+1280(%rip),%xmm11
2961 leaq K512+128(%rip),%rbp
4132 leaq K512+128(%rip),%rbp
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/sha/
H A Dsha512-mips.S31 dla $6,K512 # PIC-ified 'load address'
3162 K512: label

Completed in 35 milliseconds

12