Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDauthfile.h25 Key *key_load_private(const char *, const char *, char **);
HDssh-keygen.c262 prv = key_load_private(filename, "", NULL); in load_identity()
269 prv = key_load_private(filename, pass, NULL); in load_identity()
1251 private = key_load_private(identity_file, "", &comment); in do_change_passphrase()
1259 private = key_load_private(identity_file, old_passphrase, in do_change_passphrase()
1366 private = key_load_private(identity_file, "", &comment); in do_change_comment()
1376 private = key_load_private(identity_file, passphrase, &comment); in do_change_comment()
HDssh_namespace.h363 #define key_load_private ssh_key_load_private macro
HDauthfile.c1083 key_load_private(const char *filename, const char *passphrase, in key_load_private() function
HDsshd.c1721 key = key_load_private(options.host_key_files[i], "", NULL);
/NextBSD/lib/libpam/modules/pam_ssh/
HDpam_ssh.c115 key = key_load_private(fn, "", &comment); in pam_ssh_load_key()
121 key = key_load_private(fn, passphrase, &comment); in pam_ssh_load_key()