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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c274 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
291 REVERSE64(*data++, W512[j]);
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
313 s0 = W512[(j+1)&0x0f];
315 s1 = W512[(j+14)&0x0f];
320 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c582 BE_8_TO_64(W512[j], data); \
584 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
592 s0 = W512[(j+1)&0x0f]; \
594 s1 = W512[(j+14)&0x0f]; \
597 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
607 u_int64_t T1, W512[16]; local
665 u_int64_t T1, T2, W512[16]; local
680 BE_8_TO_64(W512[j], data);
683 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c645 REVERSE64(*data++, W512[j]); \
647 K512[j] + W512[j]; \
657 K512[j] + (W512[j] = *data++); \
665 s0 = W512[(j+1)&0x0f]; \
667 s1 = W512[(j+14)&0x0f]; \
670 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
678 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
734 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
751 REVERSE64(*data++, W512[
[all...]
/freebsd-11-stable/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 108 milliseconds