Searched refs:authfile (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkgenerate22 authfile = "gke.auth" variable
47 authfile = args.output + ".auth" variable
104 plistlib.writePlist(wrap, authfile)
105 print "Wrote %d authority record(s) to %s" % (len(auth), authfile)
H A Dgkrecord113 (authfd, authfile) = tempfile.mkstemp()
/macosx-10.10/cups-408/cups/cups/
H A Dadminutil.c40 const char *authfile,
400 authfile[1024], /* Temporary authentication file */ local
424 if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL)
472 authfile, logfile)) != 0)
484 unlink(authfile);
507 authfile, logfile)) != 0)
519 unlink(authfile);
550 authfile, logfile)) != 0)
562 unlink(authfile);
2025 do_samba_command(const char *command, const char *address, const char *subcmd, const char *authfile, FILE *logfile) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect1.c50 #include "authfile.h"
216 char buf[300], *passphrase, *comment, *authfile; local
220 authfile = options.identity_files[idx];
221 comment = xstrdup(authfile);
263 private = key_load_private_type(KEY_RSA1, authfile, "", NULL,
276 authfile, passphrase, NULL, NULL);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp283 void PolicyDatabase::installExplicitSet(const char *authfile, const char *sigfile) argument
292 if (CFRef<CFDataRef> authData = cfLoadFile(authfile)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp283 void PolicyDatabase::installExplicitSet(const char *authfile, const char *sigfile) argument
292 if (CFRef<CFDataRef> authData = cfLoadFile(authfile)) {

Completed in 118 milliseconds