Lines Matching refs:nh_result
1054 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_update() local
1073 nh_final(&ctx->hash, nh_result); in uhash_update()
1075 poly_hash(ctx,(UINT32 *)nh_result); in uhash_update()
1083 L1_KEY_LEN, nh_result); in uhash_update()
1087 poly_hash(ctx,(UINT32 *)nh_result); in uhash_update()
1107 UINT8 *nh_result = (UINT8 *)&result_buf; in uhash_final() local
1111 nh_final(&ctx->hash, nh_result); in uhash_final()
1112 poly_hash(ctx,(UINT32 *)nh_result); in uhash_final()
1116 nh_final(&ctx->hash, nh_result); in uhash_final()
1117 ip_short(ctx,nh_result, res); in uhash_final()
1130 UINT8 nh_result[STREAMS*sizeof(UINT64)];
1144 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
1145 ip_short(ahc,nh_result, res);
1151 nh(&ahc->hash, (UINT8 *)msg, L1_KEY_LEN, L1_KEY_LEN, nh_result);
1152 poly_hash(ahc,(UINT32 *)nh_result);
1160 nh(&ahc->hash, (UINT8 *)msg, nh_len, len, nh_result);
1161 poly_hash(ahc,(UINT32 *)nh_result);