Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dsha512.c274 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
291 REVERSE64(*data++, W512[j]); in SHA512_Transform()
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++); in SHA512_Transform()
313 s0 = W512[(j+1)&0x0f]; in SHA512_Transform()
315 s1 = W512[(j+14)&0x0f]; in SHA512_Transform()
320 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); in SHA512_Transform()
/freebsd/contrib/ldns/
H A Dsha2.c649 REVERSE64(*data++, W512[j]); \
651 K512[j] + W512[j]; \
661 K512[j] + (W512[j] = *data++); \
669 s0 = W512[(j+1)&0x0f]; \
671 s1 = W512[(j+14)&0x0f]; \
674 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
682 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; in ldns_sha512_Transform() local
738 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in ldns_sha512_Transform() local
755 REVERSE64(*data++, W512[j]); in ldns_sha512_Transform()
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
[all …]
/freebsd/crypto/openssh/openbsd-compat/
H A Dsha2.c648 BE_8_TO_64(W512[j], data); \
650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
658 s0 = W512[(j+1)&0x0f]; \
660 s1 = W512[(j+14)&0x0f]; \
663 (W512[j&0x0f] += s1 + W512[(j+9)&0x0f] + s0); \
673 u_int64_t T1, W512[16]; in SHA512Transform() local
731 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
746 BE_8_TO_64(W512[j], data); in SHA512Transform()
749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform()
765 s0 = W512[(j+1)&0x0f]; in SHA512Transform()
[all …]
/freebsd/share/misc/
H A Dpci_vendors27298 1003 CLR-8W512 NVMe SSD M.2 (DRAM-less)