Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dbio_prov.c23 static OSSL_FUNC_BIO_free_fn *c_bio_free = NULL; variable
63 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()
/openssl/crypto/bio/
H A Dbss_core.c22 OSSL_FUNC_BIO_free_fn *c_bio_free; member
102 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 27 milliseconds