Lines Matching refs:BIO_CORE_GLOBALS
23 } BIO_CORE_GLOBALS; typedef
32 return OPENSSL_zalloc(sizeof(BIO_CORE_GLOBALS)); in ossl_bio_core_globals_new()
35 static ossl_inline BIO_CORE_GLOBALS *get_globals(OSSL_LIB_CTX *libctx) in get_globals()
43 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_read_ex()
53 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_write_ex()
62 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_ctrl()
71 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_gets()
80 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_puts()
96 BIO_CORE_GLOBALS *bcgbl = get_globals(bio->libctx); in bio_core_free()
130 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); in BIO_new_from_core_bio()
149 BIO_CORE_GLOBALS *bcgbl = get_globals(libctx); in ossl_bio_init_core()