Home
last modified time | relevance | path

Searched refs:ctx_str (Results 1 – 9 of 9) sorted by relevance

/external/libselinux/src/
Dandroid.c403 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/
Dproposal.c320 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,
Dpolicy.c207 || !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);
Dsecurity.c171 memcpy(iph2->proposal->sctx.ctx_str, spidx.sec_ctx.ctx_str,
Dpfkey.c1101 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 …]
Dpolicy.h48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member
Disakmp_quick.c2182 if (spidx.sec_ctx.ctx_str) {
Dipsec_doi.c3060 if (*pp->sctx.ctx_str) {
3122 if (*pp->sctx.ctx_str) {
/external/iproute2/include/linux/
Dxfrm.h33 char ctx_str[0]; member