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

/freebsd-10-stable/crypto/openssh/
H A Dkey.h100 Key *key_load_private(const char *, const char *, char **);
H A Dkey.c360 key_load_private(const char *path, const char *passphrase, function
H A Dssh_namespace.h431 #define key_load_private Fssh_key_load_private macro
H A Dsshd.c1871 key = key_load_private(options.host_key_files[i], "", NULL);
/freebsd-10-stable/lib/libpam/modules/pam_ssh/
H A Dpam_ssh.c118 key = key_load_private(fn, "", &comment);
124 key = key_load_private(fn, passphrase, &comment);

Completed in 129 milliseconds