Searched refs:out_bio (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/apps/ |
| H A D | ts.c | 425 BIO *out_bio = NULL; in query_command() local 442 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in query_command() 444 if (!TS_REQ_print_bio(out_bio, query)) in query_command() 447 if ((out_bio = bio_open_default(out, 'w', FORMAT_ASN1)) == NULL) in query_command() 449 if (!i2d_TS_REQ_bio(out_bio, query)) in query_command() 459 BIO_free_all(out_bio); in query_command() 623 BIO *out_bio = NULL; in reply_command() local 646 if ((out_bio = bio_open_default(out, 'w', FORMAT_TEXT)) == NULL) in reply_command() 650 if (!TS_TST_INFO_print_bio(out_bio, tst_info)) in reply_command() 653 if (!TS_RESP_print_bio(out_bio, response)) in reply_command() [all …]
|