Searched defs:sec_ctx (Results 1 – 5 of 5) sorted by relevance
121 struct sec_ctx { struct122 struct sec_qp_ctx *qp_ctx;123 struct sec_dev *sec;124 const struct sec_req_op *req_op;125 struct hisi_qp **qps;128 u32 hlf_q_num;131 u32 fake_req_limit;134 atomic_t enc_qcyclic;137 atomic_t dec_qcyclic;139 enum sec_alg_type alg_type;[all …]
444 static inline int pfkey_sec_ctx_len(const struct sadb_x_sec_ctx *sec_ctx) in pfkey_sec_ctx_len()453 const struct sadb_x_sec_ctx *sec_ctx = p; in verify_sec_ctx_len() local467 …inline struct xfrm_user_sec_ctx *pfkey_sadb2xfrm_user_sec_ctx(const struct sadb_x_sec_ctx *sec_ctx, in pfkey_sadb2xfrm_user_sec_ctx()774 struct sadb_x_sec_ctx *sec_ctx; in __pfkey_xfrm_state2msg() local1071 const struct sadb_x_sec_ctx *sec_ctx; in pfkey_msg2xfrm_state() local2068 struct sadb_x_sec_ctx *sec_ctx; in pfkey_xfrm_policy2msg() local2252 struct sadb_x_sec_ctx *sec_ctx; in pfkey_spdadd() local2367 struct sadb_x_sec_ctx *sec_ctx; in pfkey_spddelete() local3147 struct sadb_x_sec_ctx *sec_ctx; in pfkey_send_acquire() local3253 struct sadb_x_sec_ctx *sec_ctx; in pfkey_compile_policy() local
1648 struct xfrm_user_sec_ctx *sec_ctx, in security_xfrm_policy_alloc()1669 struct xfrm_user_sec_ctx *sec_ctx) in security_xfrm_state_alloc()
2355 struct xfrm_user_sec_ctx *sec_ctx, in security_xfrm_policy_alloc()2380 struct xfrm_user_sec_ctx *sec_ctx) in security_xfrm_state_alloc()
996 void *sec_ctx; member