Lines Matching defs:bio
37 #include <openssl/bio.h>
219 BIO *bio = BIO_new(BIO_s_null()); \
221 if (bio != NULL) { \
222 PRINT(bio, type); \
223 BIO_free(bio); \
238 BIO *bio = BIO_new(BIO_s_null()); \
240 if (bio != NULL) { \
241 PRINT(bio, type, 0); \
242 BIO_free(bio); \
256 BIO *bio = BIO_new(BIO_s_null()); \
258 if (bio != NULL) { \
259 PRINT(bio, type, 0, pctx); \
260 BIO_free(bio); \
275 BIO *bio = BIO_new(BIO_s_null()); \
277 BIO_free(bio); \
315 BIO *bio = BIO_new(BIO_s_null());
316 if (bio != NULL) {
317 ASN1_item_print(bio, o, 4, i, pctx);
318 BIO_free(bio);