Home
last modified time | relevance | path

Searched refs:sshkey_try_load_public (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dauthfile.c205 sshkey_try_load_public(struct sshkey **kp, const char *filename, in sshkey_try_load_public() function
273 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()
H A Dssh_namespace.h837 #define sshkey_try_load_public Fssh_sshkey_try_load_public macro
H A DChangeLog8604 upstream: let sshkey_try_load_public() load public keys from the
8617 upstream: simplify sshkey_try_load_public()