Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauthfile.c265 char *pubfile = NULL; in sshkey_load_public() local
277 if (asprintf(&pubfile, "%s.pub", filename) == -1) in sshkey_load_public()
279 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0) in sshkey_load_public()
292 free(pubfile); in sshkey_load_public()