Searched refs:ctx_str (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A 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);
[all...]
H A Dpolicy.c213 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
288 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
494 spidx->sec_ctx.ctx_strlen, spidx->sec_ctx.ctx_str);
H A Dpolicy.h48 char ctx_str[MAX_CTXSTR_SIZE]; /* Security Context string */ member in struct:security_ctx
H A Dsecurity.c171 memcpy(iph2->proposal->sctx.ctx_str, spidx.sec_ctx.ctx_str,
H A Dpfkey.c1180 if (*iph2->approval->sctx.ctx_str) {
1184 sa_args.ctxstr = iph2->approval->sctx.ctx_str;
1464 if (*iph2->approval->sctx.ctx_str) {
1468 sa_args.ctxstr = iph2->approval->sctx.ctx_str;
1895 memcpy(spidx.sec_ctx.ctx_str,
2112 if (*spidx->sec_ctx.ctx_str) {
2140 if (*spidx->sec_ctx.ctx_str) {
2151 memcpy(p + 1,spidx->sec_ctx.ctx_str,spidx->sec_ctx.ctx_strlen);
2341 memcpy(spidx.sec_ctx.ctx_str, ctx + 1, ctx->sadb_x_ctx_len);
2479 memcpy(spidx.sec_ctx.ctx_str, ct
[all...]
H A Dipsec_doi.c3020 /* ctx_str is defined as char ctx_str[MAX_CTXSTR_SIZ].
3023 if (*pp->sctx.ctx_str) {
3085 if (*pp->sctx.ctx_str) {
H A Disakmp_quick.c2529 if (spidx.sec_ctx.ctx_str) {

Completed in 109 milliseconds