Searched refs:ctx_str (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/security/selinux/ |
D | xfrm.c | 105 memcpy(ctx->ctx_str, &uctx[1], str_len); in selinux_xfrm_alloc_user() 106 ctx->ctx_str[str_len] = '\0'; in selinux_xfrm_alloc_user() 107 rc = security_context_to_sid(ctx->ctx_str, str_len, &ctx->ctx_sid, gfp); in selinux_xfrm_alloc_user() 349 char *ctx_str = NULL; in selinux_xfrm_state_alloc_acquire() local 358 rc = security_sid_to_context(secid, &ctx_str, &str_len); 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-4.1.27/include/uapi/linux/ |
D | xfrm.h | 35 char ctx_str[0]; member
|
/linux-4.1.27/net/key/ |
D | af_key.c | 1006 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in __pfkey_xfrm_state2msg() 2149 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in pfkey_xfrm_policy2msg() 3180 memcpy(sec_ctx + 1, xfrm_ctx->ctx_str, in pfkey_send_acquire()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_state.c | 2143 ctx->ctx_alg, ctx->ctx_doi, ctx->ctx_str); in xfrm_audit_helper_sainfo()
|
D | xfrm_user.c | 742 memcpy(uctx + 1, s->ctx_str, s->ctx_len); in copy_sec_ctx()
|
D | xfrm_policy.c | 3077 ctx->ctx_alg, ctx->ctx_doi, ctx->ctx_str); in xfrm_audit_common_policyinfo()
|