Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c320 OSSL_CORE_BIO *bio_module = NULL; in SELF_TEST_post() local
373 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb"); in SELF_TEST_post()
376 if (bio_module == NULL in SELF_TEST_post()
377 || !verify_integrity(bio_module, st->bio_read_ex_cb, in SELF_TEST_post()
407 (*st->bio_free_cb)(bio_module); in SELF_TEST_post()