OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cert_p
(Results
1 - 6
of
6
) sorted by null
/external/ipsec-tools/src/racoon/
oakley.c
1353
if (iph1->
cert_p
== NULL) {
1369
if (iph1->
cert_p
!= NULL) {
1370
oakley_delcert(iph1->
cert_p
);
1371
iph1->
cert_p
= NULL;
[
all
...]
isakmp_agg.c
592
oakley_delcert(iph1->
cert_p
);
593
iph1->
cert_p
= NULL;
[
all
...]
isakmp_base.c
745
oakley_delcert(iph1->
cert_p
);
746
iph1->
cert_p
= NULL;
1207
oakley_delcert(iph1->
cert_p
);
1208
iph1->
cert_p
= NULL;
[
all
...]
isakmp_ident.c
811
oakley_delcert(iph1->
cert_p
);
812
iph1->
cert_p
= NULL;
[
all
...]
handler.h
164
cert_t *
cert_p
; /* peer's CERT minus general header */
member in struct:ph1handle
handler.c
351
oakley_delcert(iph1->
cert_p
);
352
iph1->
cert_p
= NULL;
Completed in 1306 milliseconds