Searched refs:pubfile (Results 1 – 1 of 1) sorted by relevance
267 char *pubfile = NULL; in sshkey_load_public() local279 if (asprintf(&pubfile, "%s.pub", filename) == -1) in sshkey_load_public()281 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0) in sshkey_load_public()294 free(pubfile); in sshkey_load_public()