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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsha2.c297 BE_8_TO_32(W256[j], data); \
299 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
306 s0 = W256[(j+1)&0x0f]; \
308 s1 = W256[(j+14)&0x0f]; \
311 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
321 u_int32_t T1, W256[16]; local
379 u_int32_t T1, T2, W256[16]; local
394 BE_8_TO_32(W256[j], data);
397 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[
[all...]
/freebsd-9.3-release/sys/crypto/sha2/
H A Dsha2.c339 REVERSE32(*data++, W256[j]); \
341 K256[j] + W256[j]; \
351 K256[j] + (W256[j] = *data++); \
359 s0 = W256[(j+1)&0x0f]; \
361 s1 = W256[(j+14)&0x0f]; \
364 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
371 sha2_word32 T1, *W256; local
374 W256 = (sha2_word32*)context->buffer;
429 sha2_word32 T1, T2, *W256; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dsha2.c611 REVERSE32(*data++, W256[j]); \
613 K256[j] + W256[j]; \
623 K256[j] + (W256[j] = *data++); \
631 s0 = W256[(j+1)&0x0f]; \
633 s1 = W256[(j+14)&0x0f]; \
636 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
643 isc_uint32_t T1, *W256; local
646 W256 = (isc_uint32_t*)context->buffer;
705 isc_uint32_t T1, T2, *W256; local
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dsha2.c611 REVERSE32(*data++, W256[j]); \
613 K256[j] + W256[j]; \
623 K256[j] + (W256[j] = *data++); \
631 s0 = W256[(j+1)&0x0f]; \
633 s1 = W256[(j+14)&0x0f]; \
636 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
643 isc_uint32_t T1, *W256; local
646 W256 = (isc_uint32_t*)context->buffer;
705 isc_uint32_t T1, T2, *W256; local
[all...]

Completed in 71 milliseconds