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

  /external/ipsec-tools/src/racoon/
safefile.h 1 /* $NetBSD: safefile.h,v 1.4 2006/09/09 16:22:10 manu Exp $ */
3 /* Id: safefile.h,v 1.4 2004/07/12 18:32:12 ludvigm Exp */
37 extern int safefile __P((const char *, int));
safefile.c 1 /* $NetBSD: safefile.c,v 1.4 2006/09/09 16:22:10 manu Exp $ */
3 /* $KAME: safefile.c,v 1.5 2001/03/05 19:54:06 thorpej Exp $ */
45 #include "safefile.h"
48 safefile(path, secret) function
backupsa.c 68 #include "safefile.h"
178 if (safefile(lcconf->pathinfo[LC_PATHTYPE_BACKUPSA], 1) != 0 ||
210 if (safefile(lcconf->pathinfo[LC_PATHTYPE_BACKUPSA], 1) == 0)
localconf.c 62 #include "safefile.h"
186 if (safefile(lcconf->pathinfo[LC_PATHTYPE_PSK], 1) == 0)

Completed in 130 milliseconds