Lines Matching refs:nh_result
1048 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update() local
1067 nh_final(&ctx->hash, nh_result); in uhash_update()
1069 poly_hash(ctx,(UINT32 *)nh_result); in uhash_update()
1077 L1_KEY_LEN, nh_result); in uhash_update()
1081 poly_hash(ctx,(UINT32 *)nh_result); in uhash_update()
1101 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final() local
1105 nh_final(&ctx->hash, nh_result); in uhash_final()
1106 poly_hash(ctx,(UINT32 *)nh_result); in uhash_final()
1110 nh_final(&ctx->hash, nh_result); in uhash_final()
1111 ip_short(ctx,nh_result, res); in uhash_final()
1124 UINT8 nh_result[STREAMS*sizeof(UINT64)];
1138 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
1139 ip_short(ahc,nh_result, res);
1145 nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
1146 poly_hash(ahc,(UINT32 *)nh_result);
1154 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
1155 poly_hash(ahc,(UINT32 *)nh_result);