HomeSort by relevance Sort by last modified time
    Searched full:ctx_str (Results 1 - 14 of 14) sorted by null

  /external/ipsec-tools/src/racoon/
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);
    [all...]
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);
security.c 171 memcpy(iph2->proposal->sctx.ctx_str, spidx.sec_ctx.ctx_str,
policy.h 48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member in struct:security_ctx
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) {
    [all...]
ipsec_doi.c     [all...]
isakmp_quick.c     [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 1047 char *ctx_str = NULL; local
1054 rc = getfilecon(pkgdir, &ctx_str);
1058 ctx = context_new(ctx_str);
1059 orig_ctx_str = ctx_str;
1069 ctx_str = context_str(ctx);
1070 if (!ctx_str)
1073 rc = security_check_context(ctx_str);
1077 if (strcmp(ctx_str, orig_ctx_str)) {
1078 rc = setfilecon(pkgdir, ctx_str);
1117 char *orig_ctx_str = NULL, *ctx_str; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_write_ast.c 497 char *ctx_str = NULL; local
502 ctx_str = strdup(sidcon->context_str);
503 if (ctx_str == NULL) {
509 rc = cil_unfill_context(sidcon->context, &ctx_str);
513 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_SIDCONTEXT, sid, ctx_str);
516 free(ctx_str);
932 char *ctx_str = NULL; local
936 ctx_str = strdup(genfscon->context_str);
937 if (ctx_str == NULL) {
943 rc = cil_unfill_context(genfscon->context, &ctx_str);
1024 char *ctx_str = NULL; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
xfrm.h 38 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /external/iproute2/include/uapi/linux/
xfrm.h 36 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /external/kernel-headers/original/uapi/linux/
xfrm.h 36 char ctx_str[0]; member in struct:xfrm_sec_ctx
  /external/selinux/libsemanage/src/
genhomedircon.c 556 const char *ctx_str; local
559 ctx_str = extract_context(line);
560 if (!ctx_str)
564 ctx_str, &ctx_record);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
xfrm.h 33 char ctx_str[0]; member in struct:xfrm_sec_ctx

Completed in 556 milliseconds