Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/crypto/
Dzcrypt_msgtype6.c351 int rcblen = CEIL4(xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
356 if (CEIL4(xcrb->request_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
357 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
362 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()
373 if ((CEIL4(xcrb->request_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
376 req_sumlen < CEIL4(xcrb->request_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
400 msg->hdr.tocardlen1 = xcrb->request_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
411 xcrb->request_control_blk_length)) in xcrb_msg_to_type6cprb_msgx()
414 xcrb->request_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
Dzcrypt_api.c1906 unsigned int request_control_blk_length; member
1937 xcrb64.request_control_blk_length = in trans_xcrb32()
1938 xcrb32.request_control_blk_length; in trans_xcrb32()
Dzcrypt_ccamisc.c287 pxcrb->request_control_blk_length = in prep_xcrb()
/linux-6.1.9/arch/s390/include/uapi/asm/
Dzcrypt.h131 __u32 request_control_blk_length; member