Lines Matching refs:STREAMS
309 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
317 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
321 UINT64 state[STREAMS]; /* on-line state */
773 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
774 UINT64 poly_accum[STREAMS]; /* poly hash result */
775 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
776 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
833 for (i = 0; i < STREAMS; i++) { in poly_hash()
914 for (i = 0; i < STREAMS; i++) { in ip_long()
957 UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)]; in uhash_init()
967 for (i = 0; i < STREAMS; i++) { in uhash_init()
981 for (i = 0; i < STREAMS; i++) in uhash_init()
986 for (i = 0; i < STREAMS*4; i++) in uhash_init()
991 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32)); in uhash_init()
993 STREAMS * sizeof(UINT32)); in uhash_init()
1047 UINT64 result_buf[STREAMS]; in uhash_update()
1100 UINT64 result_buf[STREAMS]; in uhash_final()
1124 UINT8 nh_result[STREAMS*sizeof(UINT64)];