Searched refs:K256 (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
H A Dsha256-c64xplus.pl33 $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,
297 K256: label
[all...]
H A Dsha256-586.pl125 $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,
[all...]
H A Dsha256-armv4.pl115 ldr $t2,[$Ktbl],#4 @ *K256++
121 add $h,$h,$t2 @ h+=K256[i]
192 .type K256,%object
194 K256: label
211 .size K256,.-K256
242 sub $Ktbl,r3,#256+32 @ K256
485 adr $Ktbl,K256
532 teq $t1,#0 @ check for K256 terminator
H A Dsha256-mb-x86_64.pl283 lea K256+128(%rip),$Tbl
337 lea K256+128(%rip),$Tbl
982 lea K256+128(%rip),$Tbl
1035 lea K256+128(%rip),$Tbl
1172 lea K256+128(%rip),$Tbl
1224 lea K256+128(%rip),$Tbl
1324 K256: label
H A Dsha512-ia64.pl101 $TABLE="K256";
627 .type K256#,\@object
628 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
644 .size K256#,$SZ*$rounds
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha256-c64xplus.pl32 $K256="A3";
78 || [A0] MVKL \$PCR_OFFSET(K256,__sha256_block),$K256
80 || [A0] MVKH \$PCR_OFFSET(K256,__sha256_block),$K256
83 || [A0] MVKL (K256-__sha256_block),$K256
85 || [A0] MVKH (K256-__sha256_block),$K256
90 || [A0] ADD B2,$K256,
296 K256: label
[all...]
H A Dsha256-586.pl124 $K256="ebp";
177 &mov ("esi",&DWP(0,$K256));
190 &add ($K256,4);
204 &blindpop($K256);
205 &lea ($K256,&DWP(&label("K256")."-".&label("pic_point"),$K256));
217 &picmeup("edx","OPENSSL_ia32cap_P",$K256,&label("K256"));
335 &sub ($K256,
[all...]
H A Dsha256-armv4.pl117 ldr $t2,[$Ktbl],#4 @ *K256++
123 add $h,$h,$t2 @ h+=K256[i]
195 .type K256,%object
197 K256: label
214 .size K256,.-K256
251 sub $Ktbl,r3,#256+32 @ K256
494 adr $Ktbl,K256
541 teq $t1,#0 @ check for K256 terminator
H A Dsha256-mb-x86_64.pl291 lea K256+128(%rip),$Tbl
348 lea K256+128(%rip),$Tbl
996 lea K256+128(%rip),$Tbl
1052 lea K256+128(%rip),$Tbl
1189 lea K256+128(%rip),$Tbl
1244 lea K256+128(%rip),$Tbl
1344 K256: label
H A Dsha512-ia64.pl102 $TABLE="K256";
628 .type K256#,\@object
629 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
645 .size K256#,$SZ*$rounds
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dsha256-armv4.S65 .type K256,%object
67 K256: label
84 .size K256,.-K256
121 sub r14,r3,#256+32 @ K256
157 ldr r12,[r14],#4 @ *K256++
163 add r11,r11,r12 @ h+=K256[i]
215 ldr r3,[r14],#4 @ *K256++
221 add r10,r10,r3 @ h+=K256[i]
273 ldr r12,[r14],#4 @ *K256
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/sha/
H A Dsha256.c134 static const SHA_LONG K256[64] = { variable
190 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
209 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
236 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha256.c113 static const SHA_LONG K256[64] = { variable
169 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
188 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
215 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c225 const static sha2_word32 K256[64] = { variable
350 K256[j] + W256[j]; \
360 K256[j] + (W256[j] = *data++); \
372 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
459 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
462 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
485 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c232 const static sha2_word32 K256[64] = { variable
357 K256[j] + W256[j]; \
367 K256[j] + (W256[j] = *data++); \
379 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
466 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
469 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
492 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c173 static const uint32_t K256[64] = { variable
307 K256[j] + W256[j]; \
317 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
407 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
429 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-current/common/lib/libc/hash/sha2/
H A Dsha2.c133 static const uint32_t K256[64] = { variable
291 K256[j] + W256[j]; \
301 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
391 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
413 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dsha2.c377 static const isc_uint32_t K256[64] = { variable
615 K256[j] + W256[j]; \
625 K256[j] + (W256[j] = *data++); \
637 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
728 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
731 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
754 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/x86_64/
H A Daesni-sha256-x86_64.S39 .type K256,@object
40 K256: label
122 leaq K256+544(%rip),%r13
145 vmovdqa K256+512(%rip),%xmm7
151 leaq K256(%rip),%rbp
1286 leaq K256+544(%rip),%r13
1309 vmovdqa K256+512(%rip),%xmm7
1315 leaq K256(%rip),%rbp
2483 leaq K256+544(%rip),%r12
2510 vmovdqa K256
[all...]
H A Dsha512-x86_64.S64 leaq K256(%rip),%rbp
1733 .type K256,@object
1734 K256: label
1780 leaq K256+128(%rip),%rcx
2027 movdqa K256+512(%rip),%xmm7
2033 leaq K256(%rip),%rbp
3136 vmovdqa K256+512+32(%rip),%xmm8
3137 vmovdqa K256+512+64(%rip),%xmm9
3141 vmovdqa K256+512(%rip),%xmm7
3147 leaq K256(
[all...]
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/
H A Daesni-sha256-x86_64.S39 .type K256,@object
40 K256: label
122 leaq K256+544(%rip),%r13
145 vmovdqa K256+512(%rip),%xmm7
151 leaq K256(%rip),%rbp
1286 leaq K256+544(%rip),%r13
1309 vmovdqa K256+512(%rip),%xmm7
1315 leaq K256(%rip),%rbp
2483 leaq K256+544(%rip),%r12
2510 vmovdqa K256
[all...]
H A Dsha512-x86_64.S64 leaq K256(%rip),%rbp
1733 .type K256,@object
1734 K256: label
1780 leaq K256+128(%rip),%rcx
2027 movdqa K256+512(%rip),%xmm7
2033 leaq K256(%rip),%rbp
3136 vmovdqa K256+512+32(%rip),%xmm8
3137 vmovdqa K256+512+64(%rip),%xmm9
3141 vmovdqa K256+512(%rip),%xmm7
3147 leaq K256(
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Dsha512-sparcv9.S11 K256: label
12 .type K256,#object
29 .size K256,.-K256
127 add %o7,K256-.Lpic,%i3
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dsha256-sparcv9.S14 K256: label
15 .type K256,#object
32 .size K256,.-K256
130 add %o7,K256-.Lpic,%i3
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/
H A Dsha512-mips64.S31 dla $6,K256 # PIC-ified 'load address'
3018 K256: label

Completed in 396 milliseconds

12