Home
last modified time | relevance | path

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

/openssl/providers/common/
H A Dbio_prov.c22 static OSSL_FUNC_BIO_up_ref_fn *c_bio_up_ref = NULL; variable
59 if (c_bio_up_ref == NULL) in ossl_prov_bio_from_dispatch()
60 c_bio_up_ref = OSSL_FUNC_BIO_up_ref(fns); in ossl_prov_bio_from_dispatch()
129 if (c_bio_up_ref == NULL) in ossl_prov_bio_up_ref()
131 return c_bio_up_ref(bio); in ossl_prov_bio_up_ref()
/openssl/crypto/bio/
H A Dbss_core.c21 OSSL_FUNC_BIO_up_ref_fn *c_bio_up_ref; member
139 if (!bcgbl->c_bio_up_ref(corebio)) { in BIO_new_from_core_bio()
177 if (bcgbl->c_bio_up_ref == NULL) in ossl_bio_init_core()
178 bcgbl->c_bio_up_ref = OSSL_FUNC_BIO_up_ref(fns); in ossl_bio_init_core()

Completed in 7 milliseconds