CEIL4             405 drivers/s390/crypto/zcrypt_msgtype6.c 	int rcblen = CEIL4(xcRB->request_control_blk_length);
CEIL4             410 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->request_control_blk_length) <
CEIL4             416 drivers/s390/crypto/zcrypt_msgtype6.c 		CEIL4(xcRB->request_control_blk_length) +
CEIL4             425 drivers/s390/crypto/zcrypt_msgtype6.c 	req_sumlen = CEIL4(xcRB->request_control_blk_length) +
CEIL4             427 drivers/s390/crypto/zcrypt_msgtype6.c 	if ((CEIL4(xcRB->request_control_blk_length) <=
CEIL4             430 drivers/s390/crypto/zcrypt_msgtype6.c 		(req_sumlen < CEIL4(xcRB->request_control_blk_length))) {
CEIL4             434 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->reply_control_blk_length) <
CEIL4             439 drivers/s390/crypto/zcrypt_msgtype6.c 		CEIL4(xcRB->reply_control_blk_length) +
CEIL4             448 drivers/s390/crypto/zcrypt_msgtype6.c 	resp_sumlen = CEIL4(xcRB->reply_control_blk_length) +
CEIL4             450 drivers/s390/crypto/zcrypt_msgtype6.c 	if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ?
CEIL4             452 drivers/s390/crypto/zcrypt_msgtype6.c 		(resp_sumlen < CEIL4(xcRB->reply_control_blk_length))) {
CEIL4             526 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->req_len) < xcRB->req_len)
CEIL4             531 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->req_len) > MSGTYPE06_MAX_MSG_SIZE -
CEIL4             535 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->resp_len) < xcRB->resp_len)
CEIL4             538 drivers/s390/crypto/zcrypt_msgtype6.c 	if (CEIL4(xcRB->resp_len) > MSGTYPE06_MAX_MSG_SIZE -