OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_alg
(Results
1 - 8
of
8
) sorted by null
/external/ipsec-tools/src/racoon/
policy.c
211
if (a->sec_ctx.
ctx_alg
!= b->sec_ctx.
ctx_alg
286
if (a->sec_ctx.
ctx_alg
!= b->sec_ctx.
ctx_alg
493
spidx->sec_ctx.ctx_doi, spidx->sec_ctx.
ctx_alg
,
policy.h
44
u_int8_t
ctx_alg
; /* Security Context Algorithm */
member in struct:security_ctx
proposal.c
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
);
1214
pp0->sctx.
ctx_alg
= pp_peer->sctx.
ctx_alg
;
security.c
169
iph2->proposal->sctx.
ctx_alg
= spidx.sec_ctx.
ctx_alg
;
pfkey.c
1184
sa_args.ctxalg = iph2->approval->sctx.
ctx_alg
;
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h
32
__u8
ctx_alg
;
member in struct:xfrm_sec_ctx
206
__u8
ctx_alg
; /* LSMs: e.g., selinux == 1 */
member in struct:xfrm_user_sec_ctx
/external/iproute2/include/linux/
xfrm.h
30
__u8
ctx_alg
;
member in struct:xfrm_sec_ctx
216
__u8
ctx_alg
; /* LSMs: e.g., selinux == 1 */
member in struct:xfrm_user_sec_ctx
/external/ipsec-tools/src/libipsec/
pfkey.c
[
all
...]
Completed in 340 milliseconds