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.c308 OSSL_CORE_BIO *bio_module = NULL; in SELF_TEST_post() local
361 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb"); in SELF_TEST_post()
364 if (bio_module == NULL in SELF_TEST_post()
365 || !verify_integrity(bio_module, st->bio_read_ex_cb, in SELF_TEST_post()
394 (*st->bio_free_cb)(bio_module); in SELF_TEST_post()

Completed in 5 milliseconds