Searched refs:getcert_method (Results 1 – 5 of 5) sorted by relevance
78 int getcert_method; /* the way to get peer's certificate */ member
194 new->getcert_method = ISAKMP_GETCERT_PAYLOAD; in newrmconf()539 switch (p->getcert_method) { in dump_rmconf_single()552 plog(LLV_INFO, LOCATION, NULL, "\tpeers_certfile *UNKNOWN* (%d)\n", p->getcert_method); in dump_rmconf_single()
1663 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;
1347 switch (iph1->rmconf->getcert_method) {1411 iph1->rmconf->getcert_method);1422 && iph1->rmconf->getcert_method == ISAKMP_GETCERT_PAYLOAD) {
369 remoteconf->getcert_method = ISAKMP_GETCERT_LOCALFILE; in set_certificates()