OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sec_ctx
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
policy.c
205
if (a->
sec_ctx
.ctx_alg != b->
sec_ctx
.ctx_alg
206
|| a->
sec_ctx
.ctx_doi != b->
sec_ctx
.ctx_doi
207
|| !within_range(a->
sec_ctx
.ctx_str, b->
sec_ctx
.ctx_str))
281
if (a->
sec_ctx
.ctx_alg != b->
sec_ctx
.ctx_alg
282
|| a->
sec_ctx
.ctx_doi != b->
sec_ctx
.ctx_do
[
all
...]
security.c
155
memcpy(&p->
sec_ctx
, d + 1, lorv);
156
p->
sec_ctx
.ctx_strlen = ntohs(p->
sec_ctx
.ctx_strlen);
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,
172
spidx.
sec_ctx
.ctx_strlen);
pfkey.c
[
all
...]
policy.h
70
struct security_ctx
sec_ctx
; /* Security Context */
member in struct:policyindex
isakmp_quick.c
[
all
...]
/external/ipsec-tools/src/libipsec/
pfkey.c
[
all
...]
Completed in 119 milliseconds