HomeSort by: relevance | last modified time | path
    Searched defs:bio_module (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/fips/
self_test.c 239 OSSL_CORE_BIO *bio_module = NULL, *bio_indicator = NULL; local
289 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb");
292 if (bio_module == NULL
293 || !verify_integrity(bio_module, st->bio_read_ex_cb,
351 (*st->bio_free_cb)(bio_module);
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test.c 322 OSSL_CORE_BIO *bio_module = NULL; local
375 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb");
378 if (bio_module == NULL
379 || !verify_integrity(bio_module, st->bio_read_ex_cb,
409 (*st->bio_free_cb)(bio_module);

Completed in 17 milliseconds