Home
last modified time | relevance | path

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

/openssl/apps/
H A Denc.c150 BIO *bbrot = NULL; in enc_main() local
456 if ((bbrot = BIO_new(BIO_f_brotli())) == NULL) in enc_main()
459 BIO_set_callback_ex(bbrot, BIO_debug_callback_ex); in enc_main()
460 BIO_set_callback_arg(bbrot, (char *)bio_err); in enc_main()
463 wbio = BIO_push(bbrot, wbio); in enc_main()
465 rbio = BIO_push(bbrot, rbio); in enc_main()
730 BIO_free(bbrot); in enc_main()

Completed in 8 milliseconds