Searched refs:sshkey_load_private (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | authfile.h | 40 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
|
H A D | ssh-keygen.c | 322 if ((r = sshkey_load_private(filename, "", &prv, commentp)) == 0) in load_identity() 333 r = sshkey_load_private(filename, pass, &prv, commentp); in load_identity() 974 if ((r = sshkey_load_private(path, NULL, in fingerprint_private() 1458 r = sshkey_load_private(identity_file, "", &private, &comment); in do_change_passphrase() 1466 r = sshkey_load_private(identity_file, old_passphrase, in do_change_passphrase() 1573 if ((r = sshkey_load_private(identity_file, "", in do_change_comment() 1587 if ((r = sshkey_load_private(identity_file, passphrase, in do_change_comment() 2574 if ((r = sshkey_load_private(privpath, "", &privkey, NULL)) != 0 && in load_sign_key()
|
H A D | authfile.c | 142 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function
|
H A D | ssh_namespace.h | 884 #define sshkey_load_private Fssh_sshkey_load_private macro
|
H A D | sshd.c | 1663 if ((r = sshkey_load_private(options.host_key_files[i], "", in main()
|
/freebsd/lib/libpam/modules/pam_ssh/ |
H A D | pam_ssh.c | 116 ret = sshkey_load_private(fn, "", &key, &comment); in pam_ssh_load_key() 122 ret = sshkey_load_private(fn, passphrase, &key, &comment); in pam_ssh_load_key()
|