Home
last modified time | relevance | path

Searched refs:sshkey_load_private_type (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssh/
H A Dauthfile.c116 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 Dauthfile.h43 int sshkey_load_private_type(int, const char *, const char *,
H A Dssh_namespace.h886 #define sshkey_load_private_type Fssh_sshkey_load_private_type macro
H A Dsshconnect2.c1548 switch ((r = sshkey_load_private_type(KEY_UNSPEC, id->filename, in load_identity_file()