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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha256-586.pl112 $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,
[all...]
H A Dsha256-armv4.pl94 ldr $t2,[$Ktbl],#4 @ *K256++
100 add $h,$h,$t2 @ h+=K256[i]
175 .type K256,%object
177 K256: label
194 .size K256,.-K256
221 sub $Ktbl,r3,#256+32 @ K256
463 adr $Ktbl,K256
510 teq $t1,#0 @ check for K256 terminator
596 sub $Ktbl,$Ktbl,#.LARMv8-K256
[all...]
H A Dsha256-mb-x86_64.pl270 lea K256+128(%rip),$Tbl
324 lea K256+128(%rip),$Tbl
951 lea K256+128(%rip),$Tbl
1004 lea K256+128(%rip),$Tbl
1127 lea K256+128(%rip),$Tbl
1179 lea K256+128(%rip),$Tbl
1270 K256: label
H A Dsha512-ia64.pl94 $TABLE="K256";
620 .type K256#,\@object
621 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
637 .size K256#,$SZ*$rounds
H A Dsha512-armv8.pl328 adr $Ktbl,K256
H A Dsha512-x86_64.pl151 $TABLE="K256";
554 lea K256+0x80(%rip),$Tbl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha256-586.pl112 $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,
[all...]
H A Dsha256-armv4.pl94 ldr $t2,[$Ktbl],#4 @ *K256++
100 add $h,$h,$t2 @ h+=K256[i]
175 .type K256,%object
177 K256: label
194 .size K256,.-K256
221 sub $Ktbl,r3,#256+32 @ K256
463 adr $Ktbl,K256
510 teq $t1,#0 @ check for K256 terminator
596 sub $Ktbl,$Ktbl,#.LARMv8-K256
[all...]
H A Dsha256-mb-x86_64.pl270 lea K256+128(%rip),$Tbl
324 lea K256+128(%rip),$Tbl
951 lea K256+128(%rip),$Tbl
1004 lea K256+128(%rip),$Tbl
1127 lea K256+128(%rip),$Tbl
1179 lea K256+128(%rip),$Tbl
1270 K256: label
H A Dsha512-ia64.pl94 $TABLE="K256";
620 .type K256#,\@object
621 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
637 .size K256#,$SZ*$rounds
H A Dsha512-armv8.pl328 adr $Ktbl,K256
H A Dsha512-x86_64.pl151 $TABLE="K256";
554 lea K256+0x80(%rip),$Tbl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha256.c125 static const SHA_LONG K256[64] = { variable
177 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
192 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
205 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
220 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha256.c133 static const SHA_LONG K256[64] = { variable
189 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
208 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
235 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha256.c133 static const SHA_LONG K256[64] = { variable
189 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
208 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
235 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/sha2/
H A Dsha2.c208 const static 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] + \
442 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
445 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
468 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dsha.c156 static const uint32_t K256[64] = { variable
189 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \
223 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dsha.c134 static const uint32_t K256[64] = { variable
167 T1 += (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[i]; \
200 T1 += h + Sigma1_256(e) + Ch(e, f, g) + K256[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl87 $TABLE="K256";
369 .type K256#,\@object
370 K256: data4 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5 label
386 .size K256#,$SZ*$rounds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl73 $TABLE="K256";
1294 lea K256+0x80(%rip),$Tbl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl73 $TABLE="K256";
1294 lea K256+0x80(%rip),$Tbl

Completed in 282 milliseconds