Home
last modified time | relevance | path

Searched refs:mycertfile (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dremoteconf.h75 char *mycertfile; /* file name of my certificate */ member
Dcfparse.y1573 if (cur_rmconf->mycertfile) {
1962 if (cur_rmconf->mycertfile != NULL)
1963 racoon_free(cur_rmconf->mycertfile);
1964 cur_rmconf->mycertfile = racoon_strdup($2->v);
1965 STRDUP_FATAL(cur_rmconf->mycertfile);
Dremoteconf.c538 p->mycertfile, p->myprivfile); in dump_rmconf_single()
Doakley.c1677 certfile = iph1->rmconf->mycertfile;
/external/ipsec-tools/
Dsetup.c266 remoteconf.mycertfile = argv[4]; in setup()