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