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

  /src/crypto/dist/ipsec-tools/src/racoon/
eaytest.c 224 char *certpath; local
341 certpath = *(av + 1);
342 certs = getcerts(certpath);
349 certpath = "/usr/local/openssl/certs";
401 error = eay_check_x509cert(&c, certpath, NULL, 1);
  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 167 char *certpath = NULL, *comment = NULL; local
190 xasprintf(&certpath, "%s-cert.pub", filename);
191 if ((r = sshkey_load_public(certpath, &cert, &comment)) != 0) {
193 error_r(r, "Failed to load certificate \"%s\"", certpath);
199 certpath, filename);
201 if (delete_one(agent_fd, cert, comment, certpath, qflag) == 0)
207 free(certpath);
265 char msg[1024], *certpath = NULL; local
382 xasprintf(&certpath, "%s-cert.pub", filename);
383 if ((r = sshkey_load_public(certpath, &cert, NULL)) != 0)
    [all...]

Completed in 29 milliseconds