Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dself_test.c239 OSSL_CORE_BIO *bio_module = NULL, *bio_indicator = NULL; in SELF_TEST_post() local
289 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb"); in SELF_TEST_post()
292 if (bio_module == NULL in SELF_TEST_post()
293 || !verify_integrity(bio_module, st->bio_read_ex_cb, in SELF_TEST_post()
351 (*st->bio_free_cb)(bio_module); in SELF_TEST_post()