Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_core.c15 OSSL_FUNC_BIO_read_ex_fn *c_bio_read_ex; member
51 if (bcgbl == NULL || bcgbl->c_bio_read_ex == NULL) in bio_core_read_ex()
53 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
139 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio()
163 if (bcgbl->c_bio_read_ex == NULL) in ossl_bio_init_core()
164 bcgbl->c_bio_read_ex = OSSL_FUNC_BIO_read_ex(fns); in ossl_bio_init_core()
/freebsd/crypto/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()