Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauthfile.h41 int sshkey_load_private(const char *, const char *, struct sshkey **, char **);
H A Dssh-keygen.c306 if ((r = sshkey_load_private(filename, "", &prv, NULL)) == 0) in load_identity()
314 r = sshkey_load_private(filename, pass, &prv, NULL); in load_identity()
888 if ((r = sshkey_load_private(path, NULL, in fingerprint_private()
1365 r = sshkey_load_private(identity_file, "", &private, &comment); in do_change_passphrase()
1373 r = sshkey_load_private(identity_file, old_passphrase, in do_change_passphrase()
1476 if ((r = sshkey_load_private(identity_file, "", in do_change_comment()
1491 if ((r = sshkey_load_private(identity_file, passphrase, in do_change_comment()
H A Dauthfile.c228 sshkey_load_private(const char *filename, const char *passphrase, in sshkey_load_private() function
H A Dssh_namespace.h741 #define sshkey_load_private Fssh_sshkey_load_private macro
H A Dsshd.c1792 if ((r = sshkey_load_private(options.host_key_files[i], "",
/freebsd-12.1/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c119 ret = sshkey_load_private(fn, "", &key, &comment); in pam_ssh_load_key()
125 ret = sshkey_load_private(fn, passphrase, &key, &comment); in pam_ssh_load_key()