Searched refs:sshkey_load_private_type (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssh/ |
| H A D | authfile.c | 116 sshkey_load_private_type(int type, const char *filename, const char *passphrase, in sshkey_load_private_type() function 145 return sshkey_load_private_type(KEY_UNSPEC, filename, passphrase, in sshkey_load_private() 342 if ((r = sshkey_load_private_type(type, filename, in sshkey_load_private_cert()
|
| H A D | authfile.h | 43 int sshkey_load_private_type(int, const char *, const char *,
|
| H A D | ssh_namespace.h | 886 #define sshkey_load_private_type Fssh_sshkey_load_private_type macro
|
| H A D | sshconnect2.c | 1548 switch ((r = sshkey_load_private_type(KEY_UNSPEC, id->filename, in load_identity_file()
|