Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_msgtype6.c377 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
378 xcrb->reply_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
385 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
387 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
390 resp_sumlen < CEIL4(xcrb->reply_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
402 msg->hdr.fromcardlen1 = xcrb->reply_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
688 if (xcrb->reply_control_blk_length < msg->fmt2.count1) { in convert_type86_xcrb()
690 __func__, xcrb->reply_control_blk_length, in convert_type86_xcrb()
697 xcrb->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
Dzcrypt_api.c1912 unsigned int reply_control_blk_length; member
1945 xcrb64.reply_control_blk_length = in trans_xcrb32()
1946 xcrb32.reply_control_blk_length; in trans_xcrb32()
1968 xcrb32.reply_control_blk_length = xcrb64.reply_control_blk_length; in trans_xcrb32()
Dzcrypt_ccamisc.c290 pxcrb->reply_control_blk_length = preqcblk->rpl_msgbl; in prep_xcrb()
/linux-5.19.10/arch/s390/include/uapi/asm/
Dzcrypt.h137 __u32 reply_control_blk_length; member