Searched refs:c_bio_gets (Results 1 – 2 of 2) sorted by relevance
18 OSSL_FUNC_BIO_gets_fn *c_bio_gets; member73 if (bcgbl == NULL || bcgbl->c_bio_gets == NULL) in bio_core_gets()75 return bcgbl->c_bio_gets(BIO_get_data(bio), buf, size); in bio_core_gets()165 if (bcgbl->c_bio_gets == NULL) in ossl_bio_init_core()166 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()
Completed in 6 milliseconds