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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/asm/
H A Dsha512-586.pl55 $K512="ebp";
91 &paddq ("mm7",QWP(0,$K512)); # h+=K512[i]
132 &mov (&LB("edx"),&BP(0,$K512));
134 &add ($K512,8);
188 &mov ("esi",&DWP(0,$K512));
189 &mov ("edi",&DWP(4,$K512)); # K[i]
258 &mov (&LB("edx"),&BP(0,$K512)); # pre-fetch LSB of *K
260 &lea ($K512,&DWP(8,$K512)); #
[all...]
H A Dsha512-armv4.pl179 .type K512,%object
181 K512: label
222 .size K512,.-K512
239 sub $Ktbl,r3,#672 @ K512
543 sub $Ktbl,r3,#672 @ K512
564 sub $Ktbl,#640 @ rewind K512
H A Dsha512-ia64.pl74 $TABLE="K512";
468 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
545 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
629 .type K512#,\@object
630 K512: data8 0x428a2f98d728ae22,0x7137449123ef65cd label
670 .size K512#,$SZ*$rounds
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dsha2.c263 static const isc_uint64_t K512[80] = { variable
331 static const isc_uint64_t K512[80] = { variable
833 K512[j] + W512[j]; \
843 K512[j] + (W512[j] = *data++); \
855 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
938 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
941 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
964 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/sha/
H A Dsha512.c271 static const SHA_LONG64 K512[80] = { variable
432 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
446 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i];
481 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
493 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
509 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c259 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];
786 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
809 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c264 const static sha2_word64 K512[80] = { variable
684 K512[j] + W512[j]; \
694 K512[j] + (W512[j] = *data++); \
706 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
788 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
791 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
814 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c218 static const uint64_t K512[80] = { variable
678 K512[j] + W512[j]; \
688 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
773 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
795 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha2.c422 static const isc_uint64_t K512[80] = { variable
490 static const isc_uint64_t K512[80] = { variable
940 K512[j] + W512[j]; \
950 K512[j] + (W512[j] = *data++); \
962 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1048 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1051 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1074 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dsha512-sparcv9.S4 K512: label
5 .type K512,#object
46 .size K512,.-K512
58 add %o7,K512-.Lpic,%i3
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dsha512-sparcv9.S6 K512: label
7 .type K512,#object
48 .size K512,.-K512
60 add %o7,K512-.Lpic,%i3

Completed in 87 milliseconds