Searched refs:c_bio_free (Results 1 – 2 of 2) sorted by relevance
23 static OSSL_FUNC_BIO_free_fn *c_bio_free = NULL; variable63 if (c_bio_free == NULL) in ossl_prov_bio_from_dispatch()64 c_bio_free = OSSL_FUNC_BIO_free(fns); in ossl_prov_bio_from_dispatch()136 if (c_bio_free == NULL) in ossl_prov_bio_free()138 return c_bio_free(bio); in ossl_prov_bio_free()
22 OSSL_FUNC_BIO_free_fn *c_bio_free; member102 bcgbl->c_bio_free(BIO_get_data(bio)); in bio_core_free()181 if (bcgbl->c_bio_free == NULL) in ossl_bio_init_core()182 bcgbl->c_bio_free = OSSL_FUNC_BIO_free(fns); in ossl_bio_init_core()
Completed in 5 milliseconds