Home
last modified time | relevance | path

Searched refs:peerscertfile (Results 1 – 7 of 7) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcfparse.y1665 if (cur_rmconf->peerscertfile != NULL)
1666 racoon_free(cur_rmconf->peerscertfile);
1667 cur_rmconf->peerscertfile = racoon_strdup($2->v);
1668 STRDUP_FATAL(cur_rmconf->peerscertfile);
1686 if (cur_rmconf->peerscertfile != NULL)
1687 racoon_free(cur_rmconf->peerscertfile);
1688 cur_rmconf->peerscertfile = racoon_strdup($3->v);
1689 STRDUP_FATAL(cur_rmconf->peerscertfile);
1723 cur_rmconf->peerscertfile = NULL;
Dremoteconf.h77 char *peerscertfile; /* file name of peer's certifcate */ member
Disakmp_agg.c218 && iph1->rmconf->peerscertfile == NULL) {
1022 && iph1->rmconf->peerscertfile == NULL) {
Dremoteconf.c544 plog(LLV_INFO, LOCATION, NULL, "\tpeers_certfile \"%s\";\n", p->peerscertfile); in dump_rmconf_single()
Disakmp_ident.c1664 && iph1->rmconf->peerscertfile == NULL) {
1813 && iph1->rmconf->peerscertfile == NULL) {
Doakley.c1362 if (iph1->rmconf->peerscertfile == NULL) {
1391 if (iph1->rmconf->peerscertfile != NULL) {
1687 certfile = iph1->rmconf->peerscertfile;
/external/ipsec-tools/
Dsetup.c383 remoteconf->peerscertfile = server_certificate; in set_certificates()