Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_core.c16 OSSL_FUNC_BIO_read_ex_fn *c_bio_read_ex; member
45 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()
/openssl/providers/common/
H A Dbio_prov.c17 static OSSL_FUNC_BIO_read_ex_fn *c_bio_read_ex = NULL; variable
39 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 16 milliseconds