Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_core.c17 OSSL_FUNC_BIO_write_ex_fn *c_bio_write_ex; member
55 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex()
57 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex()
133 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio()
161 if (bcgbl->c_bio_write_ex == NULL) in ossl_bio_init_core()
162 bcgbl->c_bio_write_ex = OSSL_FUNC_BIO_write_ex(fns); in ossl_bio_init_core()
/openssl/providers/common/
H A Dbio_prov.c18 static OSSL_FUNC_BIO_write_ex_fn *c_bio_write_ex = NULL; variable
43 if (c_bio_write_ex == NULL) in ossl_prov_bio_from_dispatch()
44 c_bio_write_ex = OSSL_FUNC_BIO_write_ex(fns); in ossl_prov_bio_from_dispatch()
101 if (c_bio_write_ex == NULL) in ossl_prov_bio_write_ex()
103 return c_bio_write_ex(bio, data, data_len, written); in ossl_prov_bio_write_ex()

Completed in 12 milliseconds