Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c358 req_sumlen = req_cblen + xcrb->request_data_length; in xcrb_msg_to_type6cprb_msgx()
364 if (req_cblen <= xcrb->request_data_length ? in xcrb_msg_to_type6cprb_msgx()
365 req_sumlen < xcrb->request_data_length : in xcrb_msg_to_type6cprb_msgx()
389 if (xcrb->request_data_length) { in xcrb_msg_to_type6cprb_msgx()
391 msg->hdr.tocardlen2 = xcrb->request_data_length; in xcrb_msg_to_type6cprb_msgx()
438 if (xcrb->request_data_length) { in xcrb_msg_to_type6cprb_msgx()
442 xcrb->request_data_length)) in xcrb_msg_to_type6cprb_msgx()
/linux/arch/s390/include/uapi/asm/
H A Dzcrypt.h135 __u32 request_data_length; member