Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauthfile.c167 sshkey_load_pubkey_from_private(const char *filename, struct sshkey **pubkeyp) in sshkey_load_pubkey_from_private() function
278 if ((r = sshkey_load_pubkey_from_private(filename, keyp)) == 0) in sshkey_load_public()