Searched refs:getcert_method (Results 1 - 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h78 int getcert_method; /* the way to get peer's certificate */ member in struct:remoteconf
H A Dremoteconf.c194 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);
H A Dcfparse.y1663 cur_rmconf->getcert_method = ISAKMP_GETCERT_LOCALFILE;
1685 cur_rmconf->getcert_method = ISAKMP_GETCERT_LOCALFILE;
1702 if (cur_rmconf->getcert_method == ISAKMP_GETCERT_DNS) {
1705 cur_rmconf->getcert_method);
1708 cur_rmconf->getcert_method = ISAKMP_GETCERT_LOCALFILE;
1718 if (cur_rmconf->getcert_method) {
1722 cur_rmconf->getcert_method = ISAKMP_GETCERT_DNS;
H A Doakley.c1347 switch (iph1->rmconf->getcert_method) {
1411 iph1->rmconf->getcert_method);
1422 && iph1->rmconf->getcert_method == ISAKMP_GETCERT_PAYLOAD) {
/external/ipsec-tools/
H A Dsetup.c369 remoteconf->getcert_method = ISAKMP_GETCERT_LOCALFILE;

Completed in 91 milliseconds