Lines Matching refs:STREAMS
314 #define STREAMS (UMAC_OUTPUT_LEN / 4) /* Number of times hash is applied */ macro
322 UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
326 UINT64 state[STREAMS]; /* on-line state */
778 UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
779 UINT64 poly_accum[STREAMS]; /* poly hash result */
780 UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
781 UINT32 ip_trans[STREAMS]; /* Inner-product translation */
838 for (i = 0; i < STREAMS; i++) { in poly_hash()
919 for (i = 0; i < STREAMS; i++) { in ip_long()
962 UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)]; in uhash_init()
972 for (i = 0; i < STREAMS; i++) { in uhash_init()
986 for (i = 0; i < STREAMS; i++) in uhash_init()
991 for (i = 0; i < STREAMS*4; i++) in uhash_init()
996 kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32)); in uhash_init()
998 STREAMS * sizeof(UINT32)); in uhash_init()
1053 UINT64 result_buf[STREAMS]; in uhash_update()
1106 UINT64 result_buf[STREAMS]; in uhash_final()
1130 UINT8 nh_result[STREAMS*sizeof(UINT64)];