/openbmc/linux/net/ipv4/ |
H A D | ah4.c | 126 struct ah_data *ahp = x->data; in ah_output_done() local 132 icv = ah_tmp_icv(ahp->ahash, iph, ihl); in ah_output_done() 133 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output_done() 159 struct ah_data *ahp; in ah_output() local 165 ahp = x->data; in ah_output() 166 ahash = ahp->ahash; in ah_output() 190 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah_output() 216 ah->hdrlen = (XFRM_ALIGN4(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 218 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah_output() 249 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah_output() [all …]
|
/openbmc/linux/net/ipv6/ |
H A D | ah6.c | 291 struct ah_data *ahp = x->data; in ah6_output_done() local 302 icv = ah_tmp_icv(ahp->ahash, iph_ext, extlen); in ah6_output_done() 304 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output_done() 333 struct ah_data *ahp; in ah6_output() local 340 ahp = x->data; in ah6_output() 341 ahash = ahp->ahash; in ah6_output() 371 memset(ah->auth_data, 0, ahp->icv_trunc_len); in ah6_output() 406 ah->hdrlen = (XFRM_ALIGN8(sizeof(*ah) + ahp->icv_trunc_len) >> 2) - 2; in ah6_output() 437 memcpy(ah->auth_data, icv, ahp->icv_trunc_len); in ah6_output() 461 struct ah_data *ahp = x->data; in ah6_input_done() local [all …]
|
/openbmc/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_av.c | 131 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp) in rxe_get_av() argument 136 if (ahp) in rxe_get_av() 137 *ahp = NULL; in rxe_get_av() 163 if (ahp) in rxe_get_av() 164 *ahp = ah; in rxe_get_av()
|
H A D | rxe_loc.h | 18 struct rxe_av *rxe_get_av(struct rxe_pkt_info *pkt, struct rxe_ah **ahp);
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ani.h | 20 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi) argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 2988 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F16_F32() local 3010 ahp = get_ahp_flag(); in trans_VCVT_F16_F32() 3013 gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); in trans_VCVT_F16_F32() 3016 gen_helper_vfp_fcvt_f32_to_f16(tmp2, tmp2, fpst, ahp); in trans_VCVT_F16_F32() 3020 gen_helper_vfp_fcvt_f32_to_f16(tmp, tmp, fpst, ahp); in trans_VCVT_F16_F32() 3024 gen_helper_vfp_fcvt_f32_to_f16(tmp3, tmp3, fpst, ahp); in trans_VCVT_F16_F32() 3034 TCGv_i32 ahp, tmp, tmp2, tmp3; in trans_VCVT_F32_F16() local 3056 ahp = get_ahp_flag(); in trans_VCVT_F32_F16() 3063 gen_helper_vfp_fcvt_f16_to_f32(tmp3, tmp3, fpst, ahp); in trans_VCVT_F32_F16() 3066 gen_helper_vfp_fcvt_f16_to_f32(tmp, tmp, fpst, ahp); in trans_VCVT_F32_F16() [all …]
|
H A D | translate-a64.c | 9081 TCGv_i32 ahp = get_ahp_flag(); in handle_fp_fcvt() local 9084 gen_helper_vfp_fcvt_f32_to_f16(tcg_rd, tcg_rn, fpst, ahp); in handle_fp_fcvt() 9099 TCGv_i32 ahp = get_ahp_flag(); in handle_fp_fcvt() local 9101 gen_helper_vfp_fcvt_f64_to_f16(tcg_rd, tcg_rn, fpst, ahp); in handle_fp_fcvt() 10325 TCGv_i32 ahp = get_ahp_flag(); in handle_2misc_narrow() local 10328 gen_helper_vfp_fcvt_f32_to_f16(tcg_lo, tcg_lo, fpst, ahp); in handle_2misc_narrow() 10329 gen_helper_vfp_fcvt_f32_to_f16(tcg_hi, tcg_hi, fpst, ahp); in handle_2misc_narrow() 10636 TCGv_i32 ahp = get_ahp_flag(); in handle_2misc_widening() local 10643 fpst, ahp); in handle_2misc_widening()
|