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

/freebsd-12-stable/crypto/openssh/
H A Dumac.c308 * produce output for all STREAMS NH iterations in one call,
312 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
320 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
324 UINT64 state[STREAMS]; /* on-line state */
776 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
777 UINT64 poly_accum[STREAMS]; /* poly hash result */
778 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
779 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
836 for (i = 0; i < STREAMS; i++) {
917 for (i = 0; i < STREAMS;
[all...]

Completed in 107 milliseconds