BIO_s_null
const BIO_METHOD *BIO_s_null(void);
LCRYPTO_ALIAS(BIO_s_null);
return BIO_new(BIO_s_null());
rbio = BIO_new(BIO_s_null());
LCRYPTO_USED(BIO_s_null);
bio = BIO_new(BIO_s_null());
if ((bio = BIO_new(BIO_s_null())) == NULL)
if (!bio_chain_create(BIO_s_null(), A, nitems(A)))
if (!bio_chain_create(BIO_s_null(), B, nitems(B)))
if (!bio_chain_create(BIO_s_null(), bio, nitems(bio)))
if (!bio_chain_create(BIO_s_null(), bio, nitems(bio)))
if ((bio_c_out = BIO_new(BIO_s_null())) == NULL)
bio_s_out = BIO_new(BIO_s_null());