Lines Matching refs:STREAMS
310 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
318 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
322 UINT64 state[STREAMS]; /* on-line state */
774 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
775 UINT64 poly_accum[STREAMS]; /* poly hash result */
776 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
777 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
834 for (i = 0; i < STREAMS; i++) { in poly_hash()
915 for (i = 0; i < STREAMS; i++) { in ip_long()
958 UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)]; in uhash_init()
968 for (i = 0; i < STREAMS; i++) { in uhash_init()
982 for (i = 0; i < STREAMS; i++) in uhash_init()
987 for (i = 0; i < STREAMS*4; i++) in uhash_init()
992 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32)); in uhash_init()
994 STREAMS * sizeof(UINT32)); in uhash_init()
1048 UINT64 result_buf[STREAMS]; in uhash_update()
1101 UINT64 result_buf[STREAMS]; in uhash_final()
1125 UINT8 nh_result[STREAMS*sizeof(UINT64)];