Home | History | Annotate | Download | only in fuzz

Lines Matching defs:bio

37 #include <openssl/bio.h>
222 BIO *bio = BIO_new(BIO_s_null()); \
224 if (bio != NULL) { \
225 PRINT(bio, type); \
226 BIO_free(bio); \
242 BIO *bio = BIO_new(BIO_s_null()); \
244 if (bio != NULL) { \
245 PRINT(bio, type, 0); \
246 BIO_free(bio); \
261 BIO *bio = BIO_new(BIO_s_null()); \
263 if (bio != NULL) { \
264 PRINT(bio, type, 0, pctx); \
265 BIO_free(bio); \
280 BIO *bio = BIO_new(BIO_s_null()); \
282 BIO_free(bio); \
320 BIO *bio = BIO_new(BIO_s_null());
321 if (bio != NULL) {
322 ASN1_item_print(bio, o, 4, i, pctx);
323 BIO_free(bio);