BIO_method_type
int BIO_method_type(const BIO *b);
LCRYPTO_ALIAS(BIO_method_type);
if (BIO_method_type(in) == BIO_TYPE_CIPHER) {
if (dcont && (BIO_method_type(dcont) == BIO_TYPE_MEM)) {
LCRYPTO_USED(BIO_method_type);
if (indata && (BIO_method_type(indata) == BIO_TYPE_MEM)) {
if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
if (BIO_method_type(tmpmem) ==
if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)