Searched refs:c_bio_gets (Results 1 – 2 of 2) sorted by relevance
17 OSSL_FUNC_BIO_gets_fn *c_bio_gets; member79 if (bcgbl == NULL || bcgbl->c_bio_gets == NULL) in bio_core_gets()81 return bcgbl->c_bio_gets(BIO_get_data(bio), buf, size); in bio_core_gets()171 if (bcgbl->c_bio_gets == NULL) in ossl_bio_init_core()172 bcgbl->c_bio_gets = OSSL_FUNC_BIO_gets(fns); in ossl_bio_init_core()
19 static OSSL_FUNC_BIO_gets_fn *c_bio_gets = NULL; variable47 if (c_bio_gets == NULL) in ossl_prov_bio_from_dispatch()48 c_bio_gets = OSSL_FUNC_BIO_gets(fns); in ossl_prov_bio_from_dispatch()108 if (c_bio_gets == NULL) in ossl_prov_bio_gets()110 return c_bio_gets(bio, buf, size); in ossl_prov_bio_gets()