MAX_INPUT_DATA_LEN
if (sk_req->cryptlen > MAX_INPUT_DATA_LEN)
if (unlikely(req->cryptlen + req->assoclen > MAX_INPUT_DATA_LEN ||