Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_core.c19 OSSL_FUNC_BIO_puts_fn *c_bio_puts; member
82 if (bcgbl == NULL || bcgbl->c_bio_puts == NULL) in bio_core_puts()
84 return bcgbl->c_bio_puts(BIO_get_data(bio), str); in bio_core_puts()
169 if (bcgbl->c_bio_puts == NULL) in ossl_bio_init_core()
170 bcgbl->c_bio_puts = OSSL_FUNC_BIO_puts(fns); in ossl_bio_init_core()
/openssl/providers/common/
H A Dbio_prov.c20 static OSSL_FUNC_BIO_puts_fn *c_bio_puts = NULL; variable
51 if (c_bio_puts == NULL) in ossl_prov_bio_from_dispatch()
52 c_bio_puts = OSSL_FUNC_BIO_puts(fns); in ossl_prov_bio_from_dispatch()
115 if (c_bio_puts == NULL) in ossl_prov_bio_puts()
117 return c_bio_puts(bio, str); in ossl_prov_bio_puts()

Completed in 5 milliseconds