Searched refs:c_bio_write_ex (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_core.c | 16 OSSL_FUNC_BIO_write_ex_fn *c_bio_write_ex; member 61 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex() 63 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex() 139 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio() 167 if (bcgbl->c_bio_write_ex == NULL) in ossl_bio_init_core() 168 bcgbl->c_bio_write_ex = OSSL_FUNC_BIO_write_ex(fns); in ossl_bio_init_core()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_core.c | 16 OSSL_FUNC_BIO_write_ex_fn *c_bio_write_ex; member 61 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex() 63 return bcgbl->c_bio_write_ex(BIO_get_data(bio), data, data_len, written); in bio_core_write_ex() 139 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio() 167 if (bcgbl->c_bio_write_ex == NULL) in ossl_bio_init_core() 168 bcgbl->c_bio_write_ex = OSSL_FUNC_BIO_write_ex(fns); in ossl_bio_init_core()
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 18 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()
|
/third_party/openssl/providers/common/ |
H A D | bio_prov.c | 18 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 3 milliseconds