Searched refs:sec_ctx (Results 1 – 3 of 3) sorted by relevance
13 struct xfrm_user_sec_ctx *sec_ctx);19 struct xfrm_user_sec_ctx *sec_ctx, u32 secid);
1322 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx) in security_xfrm_policy_alloc() argument1324 return security_ops->xfrm_policy_alloc_security(ctxp, sec_ctx); in security_xfrm_policy_alloc()1345 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx) in security_xfrm_state_alloc() argument1347 return security_ops->xfrm_state_alloc_security(x, sec_ctx, 0); in security_xfrm_state_alloc()
770 struct xfrm_user_sec_ctx *sec_ctx) in cap_xfrm_policy_alloc_security() argument791 struct xfrm_user_sec_ctx *sec_ctx, in cap_xfrm_state_alloc_security() argument