Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c345 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
350 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
351 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
356 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
365 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
367 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
370 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
394 msg->hdr.tocardlen1 = xcrb->request_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
405 xcrb->request_control_blk_length)) in xcrb_msg_to_type6cprb_msgx()
408 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
H A Dzcrypt_ccamisc.c310 pxcrb->request_control_blk_length = in prep_xcrb()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h132 __u32 request_control_blk_length; member