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

/netbsd-6-1-5-RELEASE/common/lib/libc/hash/sha2/
H A Dsha2.c675 W512[j] = be64toh(*data); \
678 K512[j] + W512[j]; \
684 s0 = W512[(j+1)&0x0f]; \
686 s1 = W512[(j+14)&0x0f]; \
689 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
698 uint64_t T1, *W512 = (uint64_t *)context->buffer; local
755 uint64_t T1, T2, *W512 = (void *)context->buffer; local
770 W512[j] = be64toh(*data);
773 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[
[all...]
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c677 REVERSE64(*data++, W512[j]); \
679 K512[j] + W512[j]; \
689 K512[j] + (W512[j] = *data++); \
697 s0 = W512[(j+1)&0x0f]; \
699 s1 = W512[(j+14)&0x0f]; \
702 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
709 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
764 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
781 REVERSE64(*data++, W512[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dsha2.c831 REVERSE64(*data++, W512[j]); \
833 K512[j] + W512[j]; \
843 K512[j] + (W512[j] = *data++); \
851 s0 = W512[(j+1)&0x0f]; \
853 s1 = W512[(j+14)&0x0f]; \
856 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
863 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
919 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
936 REVERSE64(*data++, W512[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c682 REVERSE64(*data++, W512[j]); \
684 K512[j] + W512[j]; \
694 K512[j] + (W512[j] = *data++); \
702 s0 = W512[(j+1)&0x0f]; \
704 s1 = W512[(j+14)&0x0f]; \
707 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
714 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
769 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
786 REVERSE64(*data++, W512[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dsha2.c938 REVERSE64(*data++, W512[j]); \
940 K512[j] + W512[j]; \
950 K512[j] + (W512[j] = *data++); \
958 s0 = W512[(j+1)&0x0f]; \
960 s1 = W512[(j+14)&0x0f]; \
963 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
970 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
1029 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
1046 REVERSE64(*data++, W512[
[all...]

Completed in 122 milliseconds