Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_core.c45 if (bcgbl == NULL || bcgbl->c_bio_read_ex == NULL) in bio_core_read_ex()
55 if (bcgbl == NULL || bcgbl->c_bio_write_ex == NULL) in bio_core_write_ex()
64 if (bcgbl == NULL || bcgbl->c_bio_ctrl == NULL) in bio_core_ctrl()
73 if (bcgbl == NULL || bcgbl->c_bio_gets == NULL) in bio_core_gets()
82 if (bcgbl == NULL || bcgbl->c_bio_puts == NULL) in bio_core_puts()
98 if (bcgbl == NULL) in bio_core_free()
102 bcgbl->c_bio_free(BIO_get_data(bio)); in bio_core_free()
133 if (bcgbl == NULL || (bcgbl->c_bio_write_ex == NULL && bcgbl->c_bio_read_ex == NULL)) in BIO_new_from_core_bio()
139 if (!bcgbl->c_bio_up_ref(corebio)) { in BIO_new_from_core_bio()
151 if (bcgbl == NULL) in ossl_bio_init_core()
[all …]

Completed in 6 milliseconds