Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c346 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
351 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
352 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
357 CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
366 req_sumlen = CEIL4(xcrb->request_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
368 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
371 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
395 msg->hdr.tocardlen1 = xcrb->request_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
406 xcrb->request_control_blk_length)) in xcrb_msg_to_type6cprb_msgx()
409 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
[all...]
H A Dzcrypt_api.c1834 unsigned int request_control_blk_length; member
1866 xcrb64.request_control_blk_length = in trans_xcrb32()
1867 xcrb32.request_control_blk_length; in trans_xcrb32()
H A Dzcrypt_ccamisc.c311 pxcrb->request_control_blk_length = in prep_xcrb()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h132 __u32 request_control_blk_length; member