Searched refs:certpath (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | 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);
|
/external/autotest/client/cros/ |
D | ownership.py | 318 (keypath, certpath) = pairgen() 320 certfile = scoped_tempfile(certpath)
|
/external/curl/lib/vtls/ |
D | nss.c | 1149 char *certpath = aprintf("sql:%s", cert_dir); in nss_init_core() local 1150 if(!certpath) in nss_init_core() 1153 infof(data, "Initializing NSS with certpath: %s\n", certpath); in nss_init_core() 1154 nss_context = NSS_InitContext(certpath, "", "", "", &initparams, in nss_init_core() 1156 free(certpath); in nss_init_core()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 124 # error initializing the certpath checkers
|