HomeSort by relevance Sort by last modified time
    Searched refs:peerscertfile (Results 1 - 3 of 3) sorted by null

  /external/ipsec-tools/src/racoon/
remoteconf.c 679 if (new->peerscertfile != NULL && new->peerscertfile == rmconf->peerscertfile) {
680 new->peerscertfile = racoon_strdup(new->peerscertfile);
681 STRDUP_FATAL(new->peerscertfile);
756 if (rmconf->peerscertfile)
757 racoon_free(rmconf->peerscertfile);
1013 "\tpeers_certfile \"%s\";\n", p->peerscertfile);
remoteconf.h 106 char *peerscertfile; /* file name of peer's certifcate */ member in struct:remoteconf
cfparse.y     [all...]

Completed in 143 milliseconds