OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getcert_method
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
remoteconf.h
78
int
getcert_method
; /* the way to get peer's certificate */
member in struct:remoteconf
remoteconf.c
194
new->
getcert_method
= ISAKMP_GETCERT_PAYLOAD;
539
switch (p->
getcert_method
) {
552
plog(LLV_INFO, LOCATION, NULL, "\tpeers_certfile *UNKNOWN* (%d)\n", p->
getcert_method
);
cfparse.y
[
all
...]
oakley.c
1347
switch (iph1->rmconf->
getcert_method
) {
[
all
...]
/external/ipsec-tools/
setup.c
369
remoteconf->
getcert_method
= ISAKMP_GETCERT_LOCALFILE;
Completed in 27 milliseconds