HomeSort by: relevance | last modified time | path
    Searched refs: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 320 OSSL_CORE_BIO *bio_module = NULL; local
373 bio_module = (*st->bio_new_file_cb)(st->module_filename, "rb");
376 if (bio_module == NULL
377 || !verify_integrity(bio_module, st->bio_read_ex_cb,
407 (*st->bio_free_cb)(bio_module);

Completed in 21 milliseconds