Home
last modified time | relevance | path

Searched refs:c_bio_free (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/node/deps/openssl/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()
/third_party/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()

Completed in 2 milliseconds