Searched refs:bca (Results 1 – 1 of 1) sorted by relevance
217 BIO *bee = NULL, *bca = NULL; in test_x509_files() local225 if ((bca = BIO_new_file(cacert_filename, "r")) == NULL) { in test_x509_files()237 if ((cacert = PEM_read_bio_X509(bca, NULL, NULL, NULL)) == NULL) { in test_x509_files()249 BIO_free(bca); in test_x509_files()
Completed in 7 milliseconds