Home | History | Annotate | Download | only in test

Lines Matching refs:certs_dir

27 static char *certs_dir = NULL;
37 const char *certs_dir;
251 if (!TEST_ptr(cert = load_pem_cert(fixture->certs_dir,
258 if (!TEST_ptr(issuer = load_pem_cert(fixture->certs_dir,
336 fixture->certs_dir = certs_dir;
349 fixture->certs_dir = certs_dir;
353 fixture->sct_dir = certs_dir;
364 fixture->certs_dir = certs_dir;
368 fixture->sct_dir = certs_dir;
379 fixture->certs_dir = certs_dir;
393 fixture->certs_dir = certs_dir;
408 fixture->certs_dir = certs_dir;
518 if ((certs_dir = getenv("CERTS_DIR")) == NULL)
519 certs_dir = "certs";