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

  /external/ipsec-tools/src/racoon/
remoteconf.c 671 if (new->mycertfile != NULL && new->mycertfile == rmconf->mycertfile) {
672 new->mycertfile = racoon_strdup(new->mycertfile);
673 STRDUP_FATAL(new->mycertfile);
750 if (rmconf->mycertfile)
751 racoon_free(rmconf->mycertfile);
1004 p->mycertfile, p->myprivfile);
remoteconf.h 104 char *mycertfile; /* file name of my certificate */ member in struct:remoteconf
cfparse.y     [all...]
  /external/ipsec-tools/
setup.c 366 remoteconf->mycertfile = user_certificate;

Completed in 33 milliseconds