Home
last modified time | relevance | path

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

/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.c3064 if (*pp->sctx.ctx_str) {
3126 if (*pp->sctx.ctx_str) {
/external/libselinux/src/
Dandroid.c840 char *ctx_str = NULL; in selinux_android_setfilecon() local
847 rc = getfilecon(pkgdir, &ctx_str); in selinux_android_setfilecon()
851 ctx = context_new(ctx_str); in selinux_android_setfilecon()
852 orig_ctx_str = ctx_str; in selinux_android_setfilecon()
862 ctx_str = context_str(ctx); in selinux_android_setfilecon()
863 if (!ctx_str) in selinux_android_setfilecon()
866 rc = security_check_context(ctx_str); in selinux_android_setfilecon()
870 if (strcmp(ctx_str, orig_ctx_str)) { in selinux_android_setfilecon()
871 rc = setfilecon(pkgdir, ctx_str); in selinux_android_setfilecon()
910 char *orig_ctx_str = NULL, *ctx_str; in selinux_android_setcontext() local
[all …]
/external/selinux/libsemanage/src/
Dgenhomedircon.c531 const char *ctx_str; in check_line() local
534 ctx_str = extract_context(line); in check_line()
535 if (!ctx_str) in check_line()
539 ctx_str, &ctx_record); in check_line()
/external/iproute2/include/linux/
Dxfrm.h35 char ctx_str[0]; member
/external/kernel-headers/original/uapi/linux/
Dxfrm.h35 char ctx_str[0]; member