Searched refs:ctx_str (Results 1 – 9 of 9) sorted by relevance
/external/libselinux/src/ |
D | android.c | 403 char *orig_ctx_str = NULL, *ctx_str; in selinux_android_setfilecon2() local 412 rc = getfilecon(pkgdir, &ctx_str); in selinux_android_setfilecon2() 416 ctx = context_new(ctx_str); in selinux_android_setfilecon2() 417 orig_ctx_str = ctx_str; in selinux_android_setfilecon2() 427 ctx_str = context_str(ctx); in selinux_android_setfilecon2() 428 if (!ctx_str) in selinux_android_setfilecon2() 431 rc = security_check_context(ctx_str); in selinux_android_setfilecon2() 435 if (strcmp(ctx_str, orig_ctx_str)) { in selinux_android_setfilecon2() 436 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon2() 469 char *orig_ctx_str = NULL, *ctx_str; in selinux_android_setcontext() local [all …]
|
/external/ipsec-tools/src/racoon/ |
D | proposal.c | 320 if (*pp1->sctx.ctx_str && !(*pp2->sctx.ctx_str)) { 325 if (!(*pp1->sctx.ctx_str) && *pp2->sctx.ctx_str) { 331 if (*pp1->sctx.ctx_str && *pp2->sctx.ctx_str) { 351 memcmp(pp1->sctx.ctx_str, pp2->sctx.ctx_str, 355 pp2->sctx.ctx_str, pp1->sctx.ctx_str); 359 memcpy(newpp->sctx.ctx_str, pp1->sctx.ctx_str, 1212 if (*pp_peer->sctx.ctx_str) { 1216 memcpy(pp0->sctx.ctx_str, pp_peer->sctx.ctx_str,
|
D | policy.c | 207 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str)) 283 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str)) 484 spidx->sec_ctx.ctx_strlen, spidx->sec_ctx.ctx_str);
|
D | security.c | 171 memcpy(iph2->proposal->sctx.ctx_str, spidx.sec_ctx.ctx_str,
|
D | pfkey.c | 1101 if (*iph2->approval->sctx.ctx_str) { 1105 sa_args.ctxstr = iph2->approval->sctx.ctx_str; 1389 if (*iph2->approval->sctx.ctx_str) { 1393 sa_args.ctxstr = iph2->approval->sctx.ctx_str; 1787 memcpy(spidx.sec_ctx.ctx_str, 2047 if (*spidx->sec_ctx.ctx_str) { 2075 if (*spidx->sec_ctx.ctx_str) { 2086 memcpy(p + 1,spidx->sec_ctx.ctx_str,spidx->sec_ctx.ctx_strlen); 2274 memcpy(spidx.sec_ctx.ctx_str, ctx + 1, ctx->sadb_x_ctx_len); 2396 memcpy(spidx.sec_ctx.ctx_str, ctx + 1, ctx->sadb_x_ctx_len); [all …]
|
D | policy.h | 48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member
|
D | isakmp_quick.c | 2182 if (spidx.sec_ctx.ctx_str) {
|
D | ipsec_doi.c | 3060 if (*pp->sctx.ctx_str) { 3122 if (*pp->sctx.ctx_str) {
|
/external/iproute2/include/linux/ |
D | xfrm.h | 33 char ctx_str[0]; member
|