Searched refs:authfile (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | adminutil.c | 39 const char *authfile, 399 authfile[1024], /* Temporary authentication file */ in cupsAdminExportSamba() local 423 if ((fp = cupsTempFile2(authfile, sizeof(authfile))) == NULL) in cupsAdminExportSamba() 471 authfile, logfile)) != 0) in cupsAdminExportSamba() 483 unlink(authfile); in cupsAdminExportSamba() 506 authfile, logfile)) != 0) in cupsAdminExportSamba() 518 unlink(authfile); in cupsAdminExportSamba() 549 authfile, logfile)) != 0) in cupsAdminExportSamba() 561 unlink(authfile); in cupsAdminExportSamba() 594 authfile, logfile)) != 0) in cupsAdminExportSamba() [all …]
|
/external/openssh/ |
D | sshconnect1.c | 224 char buf[300], *passphrase = NULL, *comment, *authfile; in try_rsa_authentication() local 228 authfile = options.identity_files[idx]; in try_rsa_authentication() 229 comment = xstrdup(authfile); in try_rsa_authentication() 271 private = key_load_private_type(KEY_RSA1, authfile, "", NULL, in try_rsa_authentication() 280 authfile, passphrase, NULL, NULL); in try_rsa_authentication() 293 maybe_add_key_to_agent(authfile, private, comment, passphrase); in try_rsa_authentication()
|
D | sshconnect.c | 1519 maybe_add_key_to_agent(char *authfile, Key *private, char *comment, in maybe_add_key_to_agent() argument 1533 !ask_permission("Add key %s (%s) to agent?", authfile, comment)) { in maybe_add_key_to_agent() 1541 debug("identity added to agent: %s", authfile); in maybe_add_key_to_agent() 1543 debug("could not add identity to agent: %s (%d)", authfile, r); in maybe_add_key_to_agent()
|
D | Android.mk | 12 authfile.c \
|
D | OVERVIEW | 55 read/write these files is in authfile.c. The files are normally 95 RSA key files with authfile.c. It communicates the
|