Lines Matching refs:xfrm_algo
42 struct xfrm_algo *algp; in verify_one_alg()
367 static int attach_one_algo(struct xfrm_algo **algpp, u8 *props, in attach_one_algo()
371 struct xfrm_algo *p, *ualg; in attach_one_algo()
398 struct xfrm_algo *p, *ualg; in attach_crypt()
426 struct xfrm_algo *ualg; in attach_auth()
975 struct xfrm_algo *algo; in copy_to_user_auth()
1029 static int copy_to_user_ealg(struct xfrm_algo *ealg, struct sk_buff *skb) in copy_to_user_ealg()
1031 struct xfrm_algo *ap; in copy_to_user_ealg()
1051 static int copy_to_user_calg(struct xfrm_algo *calg, struct sk_buff *skb) in copy_to_user_calg()
1054 struct xfrm_algo *ap; in copy_to_user_calg()
3023 [XFRMA_ALG_AUTH] = { .len = sizeof(struct xfrm_algo) },
3024 [XFRMA_ALG_CRYPT] = { .len = sizeof(struct xfrm_algo) },
3025 [XFRMA_ALG_COMP] = { .len = sizeof(struct xfrm_algo) },
3286 l += nla_total_size(sizeof(struct xfrm_algo) + in xfrm_sa_len()