Searched refs:sshkey_try_load_public (Results 1 – 3 of 3) sorted by relevance
205 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public() function273 if ((r = sshkey_try_load_public(keyp, filename, commentp)) == 0) in sshkey_load_public()279 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0) in sshkey_load_public()311 r = sshkey_try_load_public(keyp, file, NULL); in sshkey_load_cert()
837 #define sshkey_try_load_public Fssh_sshkey_try_load_public macro
8604 upstream: let sshkey_try_load_public() load public keys from the8617 upstream: simplify sshkey_try_load_public()