Home
last modified time | relevance | path

Searched refs:CEIL4 (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_msgtype6.c32 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro
351 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
356 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
362 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
371 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
373 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
376 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
380 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
388 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
390 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
[all …]