Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfile.h39 int sshkey_load_cert(const char *, struct sshkey **);
H A Dauthfile.c298 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert() function
343 (r = sshkey_load_cert(filename, &cert)) != 0) in sshkey_load_private_cert()
H A Dssh.c1668 check_load(sshkey_load_cert(p, &(sensitive_data.keys[o])), \ in main()