Searched refs:sshkey_load_private (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | authfile.h | 40 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
|
D | authfile.c | 144 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function
|
D | ssh-keygen.c | 321 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0) in load_identity() 329 r = sshkey_load_private(filename, pass, &prv, commentp); in load_identity() 923 if ((r = sshkey_load_private(path, NULL, in fingerprint_private() 1404 r = sshkey_load_private(identity_file, "", &private, &comment); in do_change_passphrase() 1412 r = sshkey_load_private(identity_file, old_passphrase, in do_change_passphrase() 1511 if ((r = sshkey_load_private(identity_file, "", in do_change_comment() 1526 if ((r = sshkey_load_private(identity_file, passphrase, in do_change_comment()
|
D | sshd.c | 1793 if ((r = sshkey_load_private(options.host_key_files[i], "",
|