Searched refs:rootfile (Results 1 – 1 of 1) sorted by relevance
8820 char *rootfile = NULL, *ecdsacert = NULL, *ecdsakey = NULL; in cert_cb() local8845 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()8848 if (!TEST_ptr(rootfile) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey)) in cert_cb()8854 || !TEST_int_gt(BIO_read_filename(in, rootfile), 0) in cert_cb()8893 OPENSSL_free(rootfile); in cert_cb()
Completed in 140 milliseconds