Home
last modified time | relevance | path

Searched refs:reply_data_length (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c383 xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx()
385 xcrb->reply_data_length) ? in xcrb_msg_to_type6cprb_msgx()
386 resp_sumlen < xcrb->reply_data_length : in xcrb_msg_to_type6cprb_msgx()
400 msg->hdr.fromcardlen2 = xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx()
636 if (xcrb->reply_data_length < msg->fmt2.count2) { in convert_type86_xcrb()
638 xcrb->reply_data_length, msg->fmt2.count2); in convert_type86_xcrb()
645 xcrb->reply_data_length = msg->fmt2.count2; in convert_type86_xcrb()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h141 __u32 reply_data_length; member