Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c380 if (CEIL4(xcrb->reply_control_blk_length) < in xcrb_msg_to_type6cprb_msgx()
381 xcrb->reply_control_blk_length) in xcrb_msg_to_type6cprb_msgx()
388 resp_sumlen = CEIL4(xcrb->reply_control_blk_length) + in xcrb_msg_to_type6cprb_msgx()
390 if ((CEIL4(xcrb->reply_control_blk_length) <= in xcrb_msg_to_type6cprb_msgx()
393 resp_sumlen < CEIL4(xcrb->reply_control_blk_length)) { in xcrb_msg_to_type6cprb_msgx()
405 msg->hdr.fromcardlen1 = xcrb->reply_control_blk_length; in xcrb_msg_to_type6cprb_msgx()
631 if (xcrb->reply_control_blk_length < msg->fmt2.count1) { in convert_type86_xcrb()
633 __func__, xcrb->reply_control_blk_length, in convert_type86_xcrb()
640 xcrb->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
H A Dzcrypt_api.c1794 unsigned int reply_control_blk_length; member
1827 xcrb64.reply_control_blk_length = in trans_xcrb32()
1828 xcrb32.reply_control_blk_length; in trans_xcrb32()
1850 xcrb32.reply_control_blk_length = xcrb64.reply_control_blk_length; in trans_xcrb32()
H A Dzcrypt_ccamisc.c290 pxcrb->reply_control_blk_length = preqcblk->rpl_msgbl; in prep_xcrb()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h138 __u32 reply_control_blk_length; member