Lines Matching defs:nh_result
1054 UINT8 *nh_result = (UINT8 *)&result_buf;
1073 nh_final(&ctx->hash, nh_result);
1075 poly_hash(ctx,(UINT32 *)nh_result);
1083 L1_KEY_LEN, nh_result);
1087 poly_hash(ctx,(UINT32 *)nh_result);
1107 UINT8 *nh_result = (UINT8 *)&result_buf;
1111 nh_final(&ctx->hash, nh_result);
1112 poly_hash(ctx,(UINT32 *)nh_result);
1116 nh_final(&ctx->hash, nh_result);
1117 ip_short(ctx,nh_result, res);
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);