Searched refs:bio_module (Results 1 – 1 of 1) sorted by relevance
311 OSSL_CORE_BIO *bio_module = NULL; in SELF_TEST_post() local364 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb"); in SELF_TEST_post()367 if (bio_module == NULL in SELF_TEST_post()368 || !verify_integrity(bio_module, st->bio_read_ex_cb, in SELF_TEST_post()397 (*st->bio_free_cb)(bio_module); in SELF_TEST_post()
Completed in 4 milliseconds