Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_core.c18 OSSL_FUNC_BIO_puts_fn *c_bio_puts; member
88 if (bcgbl == NULL || bcgbl->c_bio_puts == NULL) in bio_core_puts()
90 return bcgbl->c_bio_puts(BIO_get_data(bio), str); in bio_core_puts()
175 if (bcgbl->c_bio_puts == NULL) in ossl_bio_init_core()
176 bcgbl->c_bio_puts = OSSL_FUNC_BIO_puts(fns); in ossl_bio_init_core()
/freebsd/crypto/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()