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

/freebsd-current/crypto/openssh/
H A Dauthfile.h40 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
H A Dauthfile.c144 sshkey_load_private(const char *filename, const char *passphrase, function
H A Dssh-keygen.c322 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0)
330 r = sshkey_load_private(filename, pass, &prv, commentp);
946 if ((r = sshkey_load_private(path, NULL,
1430 r = sshkey_load_private(identity_file, "", &private, &comment);
1438 r = sshkey_load_private(identity_file, old_passphrase,
1545 if ((r = sshkey_load_private(identity_file, "",
1559 if ((r = sshkey_load_private(identity_file, passphrase,
2546 if ((r = sshkey_load_private(privpath, "", &privkey, NULL)) != 0 &&
H A Dssh_namespace.h876 #define sshkey_load_private Fssh_sshkey_load_private macro
H A Dsshd.c1920 if ((r = sshkey_load_private(options.host_key_files[i], "",
/freebsd-current/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c116 ret = sshkey_load_private(fn, "", &key, &comment);
122 ret = sshkey_load_private(fn, passphrase, &key, &comment);

Completed in 110 milliseconds