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

/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c211 REVERSE32(*data++, W256[j]); \
213 K256[j] + W256[j]; \
223 K256[j] + (W256[j] = *data++); \
231 s0 = W256[(j+1)&0x0f]; \
233 s1 = W256[(j+14)&0x0f]; \
236 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
243 sha2_word32 T1, *W256; local
246 W256 = (sha2_word32*)context->buffer;
301 sha2_word32 T1, T2, *W256; local
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c302 BE_8_TO_32(W256[j], data); \
304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
311 s0 = W256[(j+1)&0x0f]; \
313 s1 = W256[(j+14)&0x0f]; \
316 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
326 u_int32_t T1, W256[16]; local
384 u_int32_t T1, T2, W256[16]; local
399 BE_8_TO_32(W256[j], data);
402 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c331 REVERSE32(*data++, W256[j]); \
333 K256[j] + W256[j]; \
343 K256[j] + (W256[j] = *data++); \
351 s0 = W256[(j+1)&0x0f]; \
353 s1 = W256[(j+14)&0x0f]; \
356 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
364 sha2_word32 T1, *W256; local
367 W256 = (sha2_word32*)context->buffer;
423 sha2_word32 T1, T2, *W256; local
[all...]
/freebsd-11-stable/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 70 milliseconds