Searched refs:c_bio_up_ref (Results 1 – 2 of 2) sorted by relevance
22 static OSSL_FUNC_BIO_up_ref_fn *c_bio_up_ref = NULL; variable59 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()
21 OSSL_FUNC_BIO_up_ref_fn *c_bio_up_ref; member139 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