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

/freebsd-9.3-release/crypto/openssl/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.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
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c248 static const sha2_word64 K512[80] = { variable
668 K512[j] + W512[j]; \
678 K512[j] + (W512[j] = *data++); \
690 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
772 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
775 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
798 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c212 const static u_int64_t K512[80] = { variable
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
591 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
700 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c420 static const isc_uint64_t K512[80] = { variable
488 static const isc_uint64_t K512[80] = { variable
938 K512[j] + W512[j]; \
948 K512[j] + (W512[j] = *data++); \
960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c420 static const isc_uint64_t K512[80] = { variable
488 static const isc_uint64_t K512[80] = { variable
938 K512[j] + W512[j]; \
948 K512[j] + (W512[j] = *data++); \
960 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
1046 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
1049 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
1072 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha512.c280 static const SHA_LONG64 K512[80] = { variable
438 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
457 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
484 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \

Completed in 86 milliseconds