Searched refs:ctx_str (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/security/selinux/ |
D | xfrm.c | 99 memcpy(ctx->ctx_str, &uctx[1], str_len); in selinux_xfrm_alloc_user() 100 ctx->ctx_str[str_len] = '\0'; in selinux_xfrm_alloc_user() 101 rc = security_context_to_sid(&selinux_state, ctx->ctx_str, str_len, in selinux_xfrm_alloc_user() 348 char *ctx_str = NULL; in selinux_xfrm_state_alloc_acquire() local 357 rc = security_sid_to_context(&selinux_state, secid, &ctx_str, in selinux_xfrm_state_alloc_acquire() 372 memcpy(ctx->ctx_str, ctx_str, str_len); in selinux_xfrm_state_alloc_acquire() 377 kfree(ctx_str); in selinux_xfrm_state_alloc_acquire()
|
/Linux-v5.10/include/uapi/linux/ |
D | xfrm.h | 36 char ctx_str[0]; member
|
/Linux-v5.10/net/key/ |
D | af_key.c | 1040 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in __pfkey_xfrm_state2msg() 2202 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in pfkey_xfrm_policy2msg() 3239 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in pfkey_send_acquire()
|
/Linux-v5.10/net/xfrm/ |
D | xfrm_state.c | 1462 memcpy(uctx + 1, security->ctx_str, security->ctx_len); in clone_security() 2705 ctx->ctx_alg, ctx->ctx_doi, ctx->ctx_str); in xfrm_audit_helper_sainfo()
|
D | xfrm_user.c | 829 memcpy(uctx + 1, s->ctx_str, s->ctx_len); in copy_sec_ctx()
|
D | xfrm_policy.c | 4180 ctx->ctx_alg, ctx->ctx_doi, ctx->ctx_str); in xfrm_audit_common_policyinfo()
|