Home
last modified time | relevance | path

Searched refs:bca (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dalgorithmid_test.c217 BIO *bee = NULL, *bca = NULL; in test_x509_files() local
225 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 6 milliseconds