Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.h41 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
Dssh-keygen.c281 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()
Dkey.c366 if ((r = sshkey_load_private(path, passphrase, &ret, commentp)) != 0) { in key_load_private()
Dauthfile.c253 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function