MIN_BUF_LEN
if (!ossl_assert(b1->req_buf_len >= MIN_BUF_LEN
&& b2->req_buf_len >= MIN_BUF_LEN)) {
if (len < MIN_BUF_LEN)
len = MIN_BUF_LEN;