Home
last modified time | relevance | path

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

/openssl-master/providers/common/
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-master/crypto/bio/
A Dbss_core.c20 OSSL_FUNC_BIO_up_ref_fn *c_bio_up_ref; member
142 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 8 milliseconds