Lines Matching refs:xfrm_algo
42 struct xfrm_algo *algp; in verify_one_alg()
529 static int attach_one_algo(struct xfrm_algo **algpp, u8 *props, in attach_one_algo()
533 struct xfrm_algo *p, *ualg; in attach_one_algo()
560 struct xfrm_algo *p, *ualg; in attach_crypt()
588 struct xfrm_algo *ualg; in attach_auth()
1154 struct xfrm_algo *algo; in copy_to_user_auth()
1210 static int copy_to_user_ealg(struct xfrm_algo *ealg, struct sk_buff *skb) in copy_to_user_ealg()
1212 struct xfrm_algo *ap; in copy_to_user_ealg()
1232 static int copy_to_user_calg(struct xfrm_algo *calg, struct sk_buff *skb) in copy_to_user_calg()
1235 struct xfrm_algo *ap; in copy_to_user_calg()
3262 [XFRMA_ALG_AUTH] = { .len = sizeof(struct xfrm_algo) },
3263 [XFRMA_ALG_CRYPT] = { .len = sizeof(struct xfrm_algo) },
3264 [XFRMA_ALG_COMP] = { .len = sizeof(struct xfrm_algo) },
3585 l += nla_total_size(sizeof(struct xfrm_algo) + in xfrm_sa_len()