Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_msgtype6.c32 #define CEIL4(x) ((((x)+3)/4)*4) macro
405 int rcblen = CEIL4(xcRB->request_control_blk_length); in XCRB_msg_to_type6CPRB_msgX()
410 if (CEIL4(xcRB->request_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()
416 CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
425 req_sumlen = CEIL4(xcRB->request_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
427 if ((CEIL4(xcRB->request_control_blk_length) <= in XCRB_msg_to_type6CPRB_msgX()
434 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()
442 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
446 (resp_sumlen < CEIL4(xcRB->reply_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()
523 if (CEIL4(xcRB->req_len) < xcRB->req_len) in xcrb_msg_to_type6_ep11cprb_msgx()
[all …]

Completed in 7 milliseconds