BIO_get_cipher_ctx
BIO_get_cipher_ctx(benc, &ctx);
BIO_get_cipher_ctx(b, &ctx);
BIO_get_cipher_ctx(contentBio, &ctx);
BIO_get_cipher_ctx(mbio, &ctx);
BIO_get_cipher_ctx(cmsbio, &ctx);
BIO_get_cipher_ctx(btmp, &ctx);
BIO_get_cipher_ctx(etmp, &evp_ctx);
|| !TEST_int_gt(BIO_get_cipher_ctx(cbio, &ctx), 0)
|| !TEST_int_gt(BIO_get_cipher_ctx(cbio, &ctx), 0)