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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha512-586.pl69 $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)); #
[all...]
H A Dsha512-armv4.pl196 .type K512,%object
198 K512: label
239 .size K512,.-K512
260 sub $Ktbl,r3,#672 @ K512
566 sub $Ktbl,r3,#672 @ K512
588 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl80 $TABLE="K512";
642 .type K512#,\@object
643 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
683 .size K512#,$SZ*$rounds
H A Dsha512-ppc.pl481 addc $hlo,$hlo,$t2 ; h+=K512[i]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha512-586.pl69 $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)); #
[all...]
H A Dsha512-armv4.pl196 .type K512,%object
198 K512: label
239 .size K512,.-K512
260 sub $Ktbl,r3,#672 @ K512
566 sub $Ktbl,r3,#672 @ K512
588 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl80 $TABLE="K512";
642 .type K512#,\@object
643 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
683 .size K512#,$SZ*$rounds
H A Dsha512-ppc.pl481 addc $hlo,$hlo,$t2 ; h+=K512[i]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-sse2.pl47 $K512="esi"; # K512[80] table, found at the end...
51 #$Kidx="ebx"; # index in K512 table, advances from 0 to 80...
114 &paddq ("mm7",&QWP(0,$K512,$kidx,8)); # T1+=K512[i]
169 &blindpop($K512);
170 &lea ($K512,&DWP(&label("K512")."-".&label("pic_point"),$K512));
320 &set_label("K512"); # Ye
[all...]
H A Dsha512-ia64.pl73 $TABLE="K512";
226 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
302 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
390 .type K512#,\@object
391 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
431 .size K512#,$SZ*$rounds
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dsha512.c48 static const uint64_t K512[80] = { variable
106 T1 += (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[i]; \
141 T1 += h + Sigma1_512(e) + Ch(e, f, g) + K512[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha512.c277 static const SHA_LONG64 K512[80] = { variable
444 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
457 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
501 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
520 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
547 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha512.c277 static const SHA_LONG64 K512[80] = { variable
444 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
457 T += F[7] + Sigma1(E) + Ch(E, F[5], F[6]) + K512[i];
501 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
520 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
547 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/sha2/
H A Dsha2.c240 const static sha2_word64 K512[80] = { variable
660 K512[j] + W512[j]; \
670 K512[j] + (W512[j] = *data++); \
682 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
764 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
767 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
790 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha512.c259 static const SHA_LONG64 K512[80] = { variable
383 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
395 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
411 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \

Completed in 130 milliseconds