Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c214 if (x->props.aalgo != SADB_AALG_NONE) { in mlx5e_xfrm_validate_state()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c236 if (x->props.aalgo != SADB_AALG_NONE) { in ch_ipsec_xfrm_add_state()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_user.c602 if ((err = attach_auth_trunc(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
605 if (!x->props.aalgo) { in xfrm_state_construct()
606 if ((err = attach_auth(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
H A Dxfrm_state.c1494 x->props.aalgo = orig->props.aalgo; in xfrm_state_clone()
H A Dxfrm_policy.c3251 (tmpl->allalgs || (tmpl->aalgos & (1<<x->props.aalgo)) || in xfrm_state_ok()
/OK3568_Linux_fs/kernel/include/net/
H A Dxfrm.h177 u8 aalgo, ealgo, calgo; member
/OK3568_Linux_fs/kernel/net/key/
H A Daf_key.c1193 x->props.aalgo = sa->sadb_sa_auth; in pfkey_msg2xfrm_state()