Searched refs:c_bio_read_ex (Results 1 – 2 of 2) sorted by relevance
16 OSSL_FUNC_BIO_read_ex_fn *c_bio_read_ex; member45 if (bcgbl == NULL || bcgbl->c_bio_read_ex == NULL) in bio_core_read_ex()47 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()133 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio()157 if (bcgbl->c_bio_read_ex == NULL) in ossl_bio_init_core()158 bcgbl->c_bio_read_ex = OSSL_FUNC_BIO_read_ex(fns); in ossl_bio_init_core()
17 static OSSL_FUNC_BIO_read_ex_fn *c_bio_read_ex = NULL; variable39 if (c_bio_read_ex == NULL) in ossl_prov_bio_from_dispatch()40 c_bio_read_ex = OSSL_FUNC_BIO_read_ex(fns); in ossl_prov_bio_from_dispatch()93 if (c_bio_read_ex == NULL) in ossl_prov_bio_read_ex()95 return c_bio_read_ex(bio, data, data_len, bytes_read); in ossl_prov_bio_read_ex()
Completed in 9 milliseconds