HomeSort by: relevance | last modified time | path
    Searched defs:pubfile (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
authfile.c 254 char *pubfile = NULL; local
266 if (asprintf(&pubfile, "%s.pub", filename) == -1)
268 if ((r = sshkey_try_load_public(keyp, pubfile, commentp)) == 0)
281 free(pubfile);

Completed in 16 milliseconds