Home
last modified time | relevance | path

Searched refs:reply_data_length (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c389 xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx()
391 xcrb->reply_data_length) ? in xcrb_msg_to_type6cprb_msgx()
392 resp_sumlen < xcrb->reply_data_length : in xcrb_msg_to_type6cprb_msgx()
406 msg->hdr.fromcardlen2 = xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx()
644 if (xcrb->reply_data_length < msg->fmt2.count2) { in convert_type86_xcrb()
645 ZCRYPT_DBF_DBG("%s reply_data_length %u < required %u => EMSGSIZE\n", in convert_type86_xcrb()
646 __func__, xcrb->reply_data_length, in convert_type86_xcrb()
654 xcrb->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
H A Dzcrypt_api.c1795 unsigned int reply_data_length; member
1829 xcrb64.reply_data_length = xcrb32.reply_data_length; in trans_xcrb32()
1849 xcrb32.reply_data_length = xcrb64.reply_data_length; in trans_xcrb32()
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c440 xcRB->reply_data_length; in XCRB_msg_to_type6CPRB_msgX()
449 xcRB->reply_data_length; in XCRB_msg_to_type6CPRB_msgX()
450 if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ? in XCRB_msg_to_type6CPRB_msgX()
451 (resp_sumlen < xcRB->reply_data_length) : in XCRB_msg_to_type6CPRB_msgX()
465 msg->hdr.FromCardLen2 = xcRB->reply_data_length; in XCRB_msg_to_type6CPRB_msgX()
737 xcRB->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
H A Dzcrypt_api.c1830 unsigned int reply_data_length; member
1864 xcRB64.reply_data_length = xcRB32.reply_data_length; in trans_xcRB32()
1884 xcRB32.reply_data_length = xcRB64.reply_data_length; in trans_xcRB32()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dzcrypt.h142 __u32 reply_data_length; member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dzcrypt.h141 __u32 reply_data_length; member

Completed in 11 milliseconds