Home
last modified time | relevance | path

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

/openssl/providers/fips/
H A Dself_test.c311 OSSL_CORE_BIO *bio_module = NULL; in SELF_TEST_post() local
364 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