Searched refs:c_bio_puts (Results 1 – 2 of 2) sorted by relevance
19 OSSL_FUNC_BIO_puts_fn *c_bio_puts; member82 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()
20 static OSSL_FUNC_BIO_puts_fn *c_bio_puts = NULL; variable51 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