Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_msgtype6.c32 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro
348 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
353 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
359 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
368 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
370 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
373 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
377 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
385 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
387 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
[all …]