Searched refs:sctx (Results 1 – 5 of 5) sorted by relevance
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) {332 if (pp1->sctx.ctx_doi == pp2->sctx.ctx_doi)333 newpp->sctx.ctx_doi = pp1->sctx.ctx_doi;337 pp2->sctx.ctx_doi, pp1->sctx.ctx_doi);341 if (pp1->sctx.ctx_alg == pp2->sctx.ctx_alg)342 newpp->sctx.ctx_alg = pp1->sctx.ctx_alg;346 pp2->sctx.ctx_alg, pp1->sctx.ctx_alg);350 if ((pp1->sctx.ctx_strlen != pp2->sctx.ctx_strlen) ||[all …]
168 iph2->proposal->sctx.ctx_doi = spidx.sec_ctx.ctx_doi;169 iph2->proposal->sctx.ctx_alg = spidx.sec_ctx.ctx_alg;170 iph2->proposal->sctx.ctx_strlen = spidx.sec_ctx.ctx_strlen;171 memcpy(iph2->proposal->sctx.ctx_str, spidx.sec_ctx.ctx_str,
66 struct security_ctx sctx; /* security context structure */ member
1101 if (*iph2->approval->sctx.ctx_str) {1102 sa_args.ctxdoi = iph2->approval->sctx.ctx_doi;1103 sa_args.ctxalg = iph2->approval->sctx.ctx_alg;1104 sa_args.ctxstrlen = iph2->approval->sctx.ctx_strlen;1105 sa_args.ctxstr = iph2->approval->sctx.ctx_str;1389 if (*iph2->approval->sctx.ctx_str) {1390 sa_args.ctxdoi = iph2->approval->sctx.ctx_doi;1391 sa_args.ctxalg = iph2->approval->sctx.ctx_alg;1392 sa_args.ctxstrlen = iph2->approval->sctx.ctx_strlen;1393 sa_args.ctxstr = iph2->approval->sctx.ctx_str;
3060 if (*pp->sctx.ctx_str) {3062 (MAX_CTXSTR_SIZE - pp->sctx.ctx_strlen);3122 if (*pp->sctx.ctx_str) {3124 secctx = pp->sctx;3125 secctx.ctx_strlen = htons(pp->sctx.ctx_strlen);4767 memcpy(&pp->sctx, d + 1, len);4768 pp->sctx.ctx_strlen = ntohs(pp->sctx.ctx_strlen);