Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c490 if (x->props.aalgo != SADB_AALG_NONE) { in mlx5e_xfrm_validate_state()
/linux/net/xfrm/
H A Dxfrm_user.c916 if ((err = attach_auth_trunc(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
919 if (!x->props.aalgo) { in xfrm_state_construct()
920 if ((err = attach_auth(&x->aalg, &x->props.aalgo, in xfrm_state_construct()
H A Dxfrm_state.c1990 x->props.aalgo = orig->props.aalgo; in xfrm_state_clone_and_setup()
H A Dxfrm_policy.c3391 (tmpl->allalgs || (tmpl->aalgos & (1<<x->props.aalgo)) || in xfrm_state_ok()
/linux/include/net/
H A Dxfrm.h223 u8 aalgo, ealgo, calgo; member
/linux/net/key/
H A Daf_key.c1189 x->props.aalgo = sa->sadb_sa_auth; in pfkey_msg2xfrm_state()