Searched refs:sshkey_load_private (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | authfile.h | 41 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
|
D | ssh-keygen.c | 281 if ((r = sshkey_load_private(filename, "", &prv, NULL)) == 0) in load_identity() 289 r = sshkey_load_private(filename, pass, &prv, NULL); in load_identity() 1259 r = sshkey_load_private(identity_file, "", &private, &comment); in do_change_passphrase() 1267 r = sshkey_load_private(identity_file, old_passphrase, in do_change_passphrase() 1377 if ((r = sshkey_load_private(identity_file, "", in do_change_comment() 1393 if ((r = sshkey_load_private(identity_file, passphrase, in do_change_comment()
|
D | key.c | 366 if ((r = sshkey_load_private(path, passphrase, &ret, commentp)) != 0) { in key_load_private()
|
D | authfile.c | 253 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function
|