Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dremoteconf.h76 char *myprivfile; /* file name of my private key file */ member
Dcfparse.y1967 if (cur_rmconf->myprivfile != NULL)
1968 racoon_free(cur_rmconf->myprivfile);
1969 cur_rmconf->myprivfile = racoon_strdup($3->v);
1970 STRDUP_FATAL(cur_rmconf->myprivfile);
Dremoteconf.c536 p->mycertfile, p->myprivfile); in dump_rmconf_single()
Doakley.c1878 if (iph1->rmconf->myprivfile == NULL) {
1886 iph1->rmconf->myprivfile);
/external/ipsec-tools/
Dsetup.c372 remoteconf->myprivfile = user_private_key; in set_certificates()