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

/opensolaris-onvv-gate/usr/src/common/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...]
/opensolaris-onvv-gate/usr/src/lib/libsum/common/
H A Dsum-sha2.c316 static const sha2_word64 K512[80] = { variable
850 K512[j] + W512[j]; \
860 K512[j] + (W512[j] = *data++); \
872 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
954 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
957 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
980 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/opensolaris-onvv-gate/usr/src/common/openssl/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 107 milliseconds