BIO_method_type
return (BIO_method_type(bio) == BIO_TYPE_DGRAM_SCTP);
if (dcont != NULL && (BIO_method_type(dcont) == BIO_TYPE_MEM)) {
if (BIO_method_type(in) == BIO_TYPE_CIPHER) {
if (BIO_method_type(req) == BIO_TYPE_FILE) {
if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
int BIO_method_type(const BIO *b);
if (BIO_method_type(b) != BIO_TYPE_SSL)
if (rbio == NULL || BIO_method_type(rbio) != desired_type
if (wbio == NULL || BIO_method_type(wbio) != desired_type
if (!TEST_int_eq(BIO_method_type(bio), BIO_TYPE_DGRAM))