Searched refs:rootfile (Results 1 – 1 of 1) sorted by relevance
6275 char *rootfile = NULL, *ecdsacert = NULL, *ecdsakey = NULL; in cert_cb() local6300 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()6303 if (!TEST_ptr(rootfile) || !TEST_ptr(ecdsacert) || !TEST_ptr(ecdsakey)) in cert_cb()6309 || !TEST_int_ge(BIO_read_filename(in, rootfile), 0) in cert_cb()6344 OPENSSL_free(rootfile); in cert_cb()