Searched refs:sec_ctx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dsec_ctx.c25 struct sec_ctx { struct
33 static struct sec_ctx sec_ctx_stack[MAX_SEC_CTX_DEPTH + 1];
189 struct sec_ctx *ctx_p;
236 struct sec_ctx *ctx_p = &sec_ctx_stack[sec_ctx_stack_ndx];
311 struct sec_ctx *ctx_p;
312 struct sec_ctx *prev_ctx_p;
366 struct sec_ctx *ctx_p;
370 memset(sec_ctx_stack, 0, sizeof(struct sec_ctx) * MAX_SEC_CTX_DEPTH);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/include/
H A Dxfrm.h11 struct xfrm_user_sec_ctx *sec_ctx);
17 struct xfrm_user_sec_ctx *sec_ctx, u32 secid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/smbd/
H A DMakefile.sec_ctx2 # Makefile for sec_ctx tests
11 smbd/chgpasswd.o smbd/sec_ctx.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c402 static inline int pfkey_sec_ctx_len(struct sadb_x_sec_ctx *sec_ctx) argument
405 sec_ctx->sadb_x_ctx_len,
411 struct sadb_x_sec_ctx *sec_ctx = (struct sadb_x_sec_ctx *)p; local
412 int len = sec_ctx->sadb_x_ctx_len;
417 len = pfkey_sec_ctx_len(sec_ctx);
419 if (sec_ctx->sadb_x_sec_len != len)
425 static inline struct xfrm_user_sec_ctx *pfkey_sadb2xfrm_user_sec_ctx(struct sadb_x_sec_ctx *sec_ctx) argument
428 int ctx_size = sec_ctx->sadb_x_ctx_len;
435 uctx->len = pfkey_sec_ctx_len(sec_ctx);
436 uctx->exttype = sec_ctx
721 struct sadb_x_sec_ctx *sec_ctx; local
1024 struct sadb_x_sec_ctx *sec_ctx; local
1965 struct sadb_x_sec_ctx *sec_ctx; local
2151 struct sadb_x_sec_ctx *sec_ctx; local
2272 struct sadb_x_sec_ctx *sec_ctx; local
3009 struct sadb_x_sec_ctx *sec_ctx; local
3114 struct sadb_x_sec_ctx *sec_ctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsecurity.h981 * @sec_ctx contains the security context information being provided by
1001 * @sec_ctx contains the security context information being provided by
1006 * context to correspond to either sec_ctx or polsec, with the mls portion
1605 struct xfrm_user_sec_ctx *sec_ctx);
1610 struct xfrm_user_sec_ctx *sec_ctx,
2725 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx);
2729 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
2742 static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx) argument
2762 struct xfrm_user_sec_ctx *sec_ctx)
2761 security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dsecurity.c1170 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx) argument
1172 return security_ops->xfrm_policy_alloc_security(ctxp, sec_ctx);
1193 int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx) argument
1195 return security_ops->xfrm_state_alloc_security(x, sec_ctx, 0);
H A Dcapability.c704 struct xfrm_user_sec_ctx *sec_ctx)
725 struct xfrm_user_sec_ctx *sec_ctx,
703 cap_xfrm_policy_alloc_security(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx) argument
724 cap_xfrm_state_alloc_security(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx, u32 secid) argument

Completed in 299 milliseconds