OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_str
(Results
1 - 7
of
7
) sorted by relevancy
/src/crypto/dist/ipsec-tools/src/racoon/
proposal.c
311
if (*pp1->sctx.
ctx_str
&& !(*pp2->sctx.
ctx_str
)) {
316
if (!(*pp1->sctx.
ctx_str
) && *pp2->sctx.
ctx_str
) {
322
if (*pp1->sctx.
ctx_str
&& *pp2->sctx.
ctx_str
) {
342
memcmp(pp1->sctx.
ctx_str
, pp2->sctx.
ctx_str
,
346
pp2->sctx.
ctx_str
, pp1->sctx.
ctx_str
);
[
all
...]
policy.c
209
|| !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
);
policy.h
48
char
ctx_str
[MAX_CTXSTR_SIZE]; /* Security Context string */
member in struct:security_ctx
security.c
171
memcpy(iph2->proposal->sctx.
ctx_str
, spidx.sec_ctx.
ctx_str
,
pfkey.c
1159
if (*iph2->approval->sctx.
ctx_str
) {
1163
sa_args.ctxstr = iph2->approval->sctx.
ctx_str
;
1441
if (*iph2->approval->sctx.
ctx_str
) {
1445
sa_args.ctxstr = iph2->approval->sctx.
ctx_str
;
1869
memcpy(spidx.sec_ctx.
ctx_str
,
2082
if (*spidx->sec_ctx.
ctx_str
) {
2110
if (*spidx->sec_ctx.
ctx_str
) {
2121
memcpy(p + 1,spidx->sec_ctx.
ctx_str
,spidx->sec_ctx.ctx_strlen);
2309
memcpy(spidx.sec_ctx.
ctx_str
, ctx + 1, ctx->sadb_x_ctx_len);
2445
memcpy(spidx.sec_ctx.
ctx_str
, ctx + 1, ctx->sadb_x_ctx_len)
[
all
...]
ipsec_doi.c
2958
/*
ctx_str
is defined as char
ctx_str
[MAX_CTXSTR_SIZ].
2961
if (*pp->sctx.
ctx_str
) {
3023
if (*pp->sctx.
ctx_str
) {
isakmp_quick.c
2503
if (spidx.sec_ctx.
ctx_str
) {
Completed in 57 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026