Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_msgtype6.c48 #define CEIL4(x) ((((x)+3)/4)*4) macro
313 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX()
318 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()
324 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
331 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
333 if ((CEIL4(xcRB->request_control_blk_length) <= in XCRB_msg_to_type6CPRB_msgX()
336 (req_sumlen < CEIL4(xcRB->request_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()
340 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()
345 CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
352 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
[all …]
Dzcrypt_pcixcc.c61 #define CEIL4(x) ((((x)+3)/4)*4) macro