Searched refs:sshkey_try_load_public (Results 1 – 2 of 2) sorted by relevance
205 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public() function275 if ((r = sshkey_try_load_public(keyp, filename, commentp)) == 0) in sshkey_load_public()281 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0) in sshkey_load_public()313 r = sshkey_try_load_public(keyp, file, NULL); in sshkey_load_cert()
920 #define sshkey_try_load_public Fssh_sshkey_try_load_public macro