STREAMS
UINT64 result_buf[STREAMS];
UINT64 result_buf[STREAMS];
UINT8 nh_result[STREAMS*sizeof(UINT64)];
UINT8 nh_key [L1_KEY_LEN + L1_KEY_SHIFT * (STREAMS - 1)]; /* NH Key */
UINT64 state[STREAMS]; /* on-line state */
UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
UINT64 poly_accum[STREAMS]; /* poly hash result */
UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
UINT32 ip_trans[STREAMS]; /* Inner-product translation */
for (i = 0; i < STREAMS; i++) {
for (i = 0; i < STREAMS; i++) {
UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)];
for (i = 0; i < STREAMS; i++) {
for (i = 0; i < STREAMS; i++)
for (i = 0; i < STREAMS*4; i++)
kdf(ahc->ip_trans, prf_key, 4, STREAMS * sizeof(UINT32));
STREAMS * sizeof(UINT32));