Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dauthfile.h38 int sshkey_load_cert(const char *, struct sshkey **);
H A Dauthfile.c301 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert() function
346 (r = sshkey_load_cert(filename, &cert)) != 0) in sshkey_load_private_cert()
H A Dssh.c1677 check_load(sshkey_load_cert(p, &(sensitive_data.keys[o])), \ in main()