Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c32 #define CEIL4(x) ((((x) + 3) / 4) * 4) macro
355 req_cblen = CEIL4((size_t)xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
373 rep_cblen = CEIL4((size_t)xcrb->reply_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
526 req_len = CEIL4(xcrb->req_len); in xcrb_msg_to_type6_ep11cprb_msgx()
536 rep_len = CEIL4(xcrb->resp_len); in xcrb_msg_to_type6_ep11cprb_msgx()