Home
last modified time | relevance | path

Searched refs:sshkey_load_private (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauthfile.h40 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
Dauthfile.c144 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function
Dssh-keygen.c321 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()
Dsshd.c1793 if ((r = sshkey_load_private(options.host_key_files[i], "",