Searched defs:ctx_str (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dpolicy.h48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member in struct:security_ctx
/external/libselinux/src/
H A Dandroid.c403 char *orig_ctx_str = NULL, *ctx_str; local
412 rc = getfilecon(pkgdir, &ctx_str);
416 ctx = context_new(ctx_str);
417 orig_ctx_str = ctx_str;
427 ctx_str = context_str(ctx);
428 if (!ctx_str)
431 rc = security_check_context(ctx_str);
435 if (strcmp(ctx_str, orig_ctx_str)) {
436 rc = setfilecon(pkgdir, ctx_str);
469 char *orig_ctx_str = NULL, *ctx_str; local
[all...]
/external/iproute2/include/linux/
H A Dxfrm.h33 char ctx_str[0]; member in struct:xfrm_sec_ctx

Completed in 122 milliseconds