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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dsec_ctx.c25 struct sec_ctx { struct
36 static struct sec_ctx sec_ctx_stack[MAX_SEC_CTX_DEPTH + 1];
191 struct sec_ctx *prev_ctx_p;
237 struct sec_ctx *ctx_p;
283 struct sec_ctx *ctx_p = &sec_ctx_stack[sec_ctx_stack_ndx];
341 struct sec_ctx *ctx_p;
342 struct sec_ctx *prev_ctx_p;
396 struct sec_ctx *ctx_p;
400 memset(sec_ctx_stack, 0, sizeof(struct sec_ctx) * MAX_SEC_CTX_DEPTH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dxfrm.h11 struct xfrm_user_sec_ctx *sec_ctx);
16 struct xfrm_user_sec_ctx *sec_ctx, u32 secid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/smbd/
H A DMakefile.sec_ctx2 # Makefile for sec_ctx tests
11 smbd/chgpasswd.o smbd/sec_ctx.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/key/
H A Daf_key.c375 static inline int pfkey_sec_ctx_len(struct sadb_x_sec_ctx *sec_ctx) argument
380 len += sec_ctx->sadb_x_ctx_len;
389 struct sadb_x_sec_ctx *sec_ctx = (struct sadb_x_sec_ctx *)p; local
392 if (sec_ctx->sadb_x_ctx_len > PAGE_SIZE)
395 len = pfkey_sec_ctx_len(sec_ctx);
397 if (sec_ctx->sadb_x_sec_len != len)
403 static inline struct xfrm_user_sec_ctx *pfkey_sadb2xfrm_user_sec_ctx(struct sadb_x_sec_ctx *sec_ctx) argument
406 int ctx_size = sec_ctx->sadb_x_ctx_len;
413 uctx->len = pfkey_sec_ctx_len(sec_ctx);
414 uctx->exttype = sec_ctx
660 struct sadb_x_sec_ctx *sec_ctx; local
1011 struct sadb_x_sec_ctx *sec_ctx; local
1917 struct sadb_x_sec_ctx *sec_ctx; local
2168 struct sadb_x_sec_ctx *sec_ctx; local
2287 struct sadb_x_sec_ctx *sec_ctx; local
2992 struct sadb_x_sec_ctx *sec_ctx; local
3132 struct sadb_x_sec_ctx *sec_ctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsecurity.h839 * @sec_ctx contains the security context information being provided by
859 * @sec_ctx contains the security context information being provided by
864 * context to correspond to either sec_ctx or polsec, with the mls portion
1374 struct xfrm_user_sec_ctx *sec_ctx);
1379 struct xfrm_user_sec_ctx *sec_ctx,
3123 static inline int security_xfrm_policy_alloc(struct xfrm_policy *xp, struct xfrm_user_sec_ctx *sec_ctx) argument
3125 return security_ops->xfrm_policy_alloc_security(xp, sec_ctx);
3144 struct xfrm_user_sec_ctx *sec_ctx)
3146 return security_ops->xfrm_state_alloc_security(x, sec_ctx, 0);
3194 static inline int security_xfrm_policy_alloc(struct xfrm_policy *xp, struct xfrm_user_sec_ctx *sec_ctx) argument
3143 security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx) argument
3213 security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Ddummy.c844 struct xfrm_user_sec_ctx *sec_ctx)
864 struct xfrm_user_sec_ctx *sec_ctx, u32 secid)
843 dummy_xfrm_policy_alloc_security(struct xfrm_policy *xp, struct xfrm_user_sec_ctx *sec_ctx) argument
863 dummy_xfrm_state_alloc_security(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx, u32 secid) argument

Completed in 83 milliseconds