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

/freebsd-10-stable/crypto/openssh/
H A Dauthfile.h44 int sshkey_load_private_type(int, const char *, const char *,
H A Dauthfile.c199 sshkey_load_private_type(int type, const char *filename, const char *passphrase, function
254 /* XXX this is almost identical to sshkey_load_private_type() */
463 if ((r = sshkey_load_private_type(type, filename,
H A Dkey.c407 if ((r = sshkey_load_private_type(type, filename, passphrase,
H A Dssh_namespace.h827 #define sshkey_load_private_type Fssh_sshkey_load_private_type macro
H A Dsshconnect2.c1215 switch ((r = sshkey_load_private_type(KEY_UNSPEC, id->filename,

Completed in 116 milliseconds