BIO_find_type
BIO * BIO_find_type(BIO *b, int bio_type);
LCRYPTO_ALIAS(BIO_find_type);
mbio = BIO_find_type(cmsbio, BIO_TYPE_MEM);
chain = BIO_find_type(chain, BIO_TYPE_MD);
LCRYPTO_USED(BIO_find_type);
((btmp = BIO_find_type(btmp, BIO_TYPE_MD)) == NULL)) {
bio = BIO_find_type(bio, BIO_TYPE_MD);
btmp = BIO_find_type(bio, BIO_TYPE_MEM);
t = BIO_find_type(t, BIO_TYPE_SSL);
f = BIO_find_type(f, BIO_TYPE_SSL);
r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);