Searched refs:sshkey_load_private (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h41 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
H A Dkey.c366 if ((r = sshkey_load_private(path, passphrase, &ret, commentp)) != 0) {
H A Dssh-keygen.c282 if ((r = sshkey_load_private(filename, "", &prv, NULL)) == 0)
290 r = sshkey_load_private(filename, pass, &prv, NULL);
866 if ((r = sshkey_load_private(path, NULL,
1301 r = sshkey_load_private(identity_file, "", &private, &comment);
1309 r = sshkey_load_private(identity_file, old_passphrase,
1412 if ((r = sshkey_load_private(identity_file, "",
1427 if ((r = sshkey_load_private(identity_file, passphrase,
H A Dauthfile.c256 sshkey_load_private(const char *filename, const char *passphrase, function
H A Dssh_namespace.h825 #define sshkey_load_private Fssh_sshkey_load_private macro

Completed in 120 milliseconds