Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.h39 int sshkey_load_cert(const char *, struct sshkey **);
Dauthfile.c407 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert() function
461 (r = sshkey_load_cert(filename, &cert)) != 0) in sshkey_load_private_cert()
Dkey.c328 if ((r = sshkey_load_cert(filename, &ret)) != 0) { in key_load_cert()