Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dopenssl.c177 channel = BIO_push(bio, dup_bio_err(FORMAT_TEXT)); in setup_trace_category()
252 bio_err = dup_bio_err(FORMAT_TEXT); in main()
/third_party/openssl/apps/include/
Dapps.h64 BIO *dup_bio_err(int format);
/third_party/openssl/apps/lib/
Dapps.c2956 BIO *dup_bio_err(int format) in dup_bio_err() function