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

/freebsd-10.0-release/crypto/openssh/
H A Dauthfile.h24 Key *key_load_private(const char *, const char *, char **);
H A Dssh-keygen.c246 prv = key_load_private(filename, "", NULL);
253 prv = key_load_private(filename, pass, NULL);
1230 private = key_load_private(identity_file, "", &comment);
1238 private = key_load_private(identity_file, old_passphrase,
1344 private = key_load_private(identity_file, "", &comment);
1354 private = key_load_private(identity_file, passphrase, &comment);
H A Dssh_namespace.h286 #define key_load_private ssh_key_load_private macro
H A Dauthfile.c721 key_load_private(const char *filename, const char *passphrase, function
H A Dsshd.c1698 key = key_load_private(options.host_key_files[i], "", NULL);
/freebsd-10.0-release/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c115 key = key_load_private(fn, "", &comment);
121 key = key_load_private(fn, passphrase, &comment);

Completed in 107 milliseconds