HomeSort by relevance Sort by last modified time
    Searched defs:authfile (Results 1 - 2 of 2) sorted by null

  /external/openssh/
sshconnect1.c 48 #include "authfile.h"
224 char buf[300], *passphrase = NULL, *comment, *authfile; local
228 authfile = options.identity_files[idx];
229 comment = xstrdup(authfile);
271 private = key_load_private_type(KEY_RSA1, authfile, "", NULL,
280 authfile, passphrase, NULL, NULL);
293 maybe_add_key_to_agent(authfile, private, comment, passphrase);
  /external/libcups/cups/
adminutil.c 39 const char *authfile,
399 authfile[1024], /* Temporary authentication file */ local
423 if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL)
471 authfile, logfile)) != 0)
483 unlink(authfile);
506 authfile, logfile)) != 0)
518 unlink(authfile);
549 authfile, logfile)) != 0)
561 unlink(authfile);
    [all...]

Completed in 292 milliseconds