Searched refs:W512 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-sse2.pl48 #$W512="esp"; # $W512 is not just W512[16]: it comprises *two* copies
49 # of W512[16] and a copy of A-H variables...
52 $Widx="edx"; # index in W512, wraps around at 16...
56 $Aoff=256+0; # A-H offsets relative to $W512...
81 &movq ("mm4",&QWP($Foff,$W512)); # load f
82 &movq ("mm5",&QWP($Goff,$W512)); # load g
83 &movq ("mm6",&QWP($Hoff,$W512)); # load h
100 &movq (&QWP($Foff,$W512),
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c577 BE_8_TO_64(W512[j], data); \
579 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
587 s0 = W512[(j+1)&0x0f]; \
589 s1 = W512[(j+14)&0x0f]; \
592 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
602 u_int64_t T1, W512[16]; local
660 u_int64_t T1, T2, W512[16]; local
675 BE_8_TO_64(W512[j], data);
678 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[
[all...]
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c666 REVERSE64(*data++, W512[j]); \
668 K512[j] + W512[j]; \
678 K512[j] + (W512[j] = *data++); \
686 s0 = W512[(j+1)&0x0f]; \
688 s1 = W512[(j+14)&0x0f]; \
691 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
698 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
753 sha2_word64 T1 = 0, T2 = 0, *W512 = (sha2_word64*)context->buffer; local
770 REVERSE64(*data++, W512[
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c936 REVERSE64(*data++, W512[j]); \
938 K512[j] + W512[j]; \
948 K512[j] + (W512[j] = *data++); \
956 s0 = W512[(j+1)&0x0f]; \
958 s1 = W512[(j+14)&0x0f]; \
961 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
968 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
1027 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
1044 REVERSE64(*data++, W512[
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c936 REVERSE64(*data++, W512[j]); \
938 K512[j] + W512[j]; \
948 K512[j] + (W512[j] = *data++); \
956 s0 = W512[(j+1)&0x0f]; \
958 s1 = W512[(j+14)&0x0f]; \
961 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
968 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
1027 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
1044 REVERSE64(*data++, W512[
[all...]

Completed in 114 milliseconds