Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_core.c21 OSSL_FUNC_BIO_free_fn *c_bio_free; member
108 bcgbl->c_bio_free(BIO_get_data(bio)); in bio_core_free()
187 if (bcgbl->c_bio_free == NULL) in ossl_bio_init_core()
188 bcgbl->c_bio_free = OSSL_FUNC_BIO_free(fns); in ossl_bio_init_core()