Home
last modified time | relevance | path

Searched refs:aalgo (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/netronome/nfp/crypto/
Dipsec.c325 switch (x->props.aalgo) { in nfp_net_xfrm_add_state()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c236 if (x->props.aalgo != SADB_AALG_NONE) { in ch_ipsec_xfrm_add_state()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c371 if (x->props.aalgo != SADB_AALG_NONE) { in mlx5e_xfrm_validate_state()
/Linux-v6.6/net/xfrm/
Dxfrm_user.c712 if ((err = attach_auth_trunc(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
715 if (!x->props.aalgo) { in xfrm_state_construct()
716 if ((err = attach_auth(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
Dxfrm_state.c1678 x->props.aalgo = orig->props.aalgo; in xfrm_state_clone()
Dxfrm_policy.c3330 (tmpl->allalgs || (tmpl->aalgos & (1<<x->props.aalgo)) || in xfrm_state_ok()
/Linux-v6.6/include/net/
Dxfrm.h202 u8 aalgo, ealgo, calgo; member
/Linux-v6.6/net/key/
Daf_key.c1189 x->props.aalgo = sa->sadb_sa_auth; in pfkey_msg2xfrm_state()