Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/crypto/
Dzcrypt_msgtype6.c434 if (CEIL4(xcRB->reply_control_blk_length) < in XCRB_msg_to_type6CPRB_msgX()
435 xcRB->reply_control_blk_length) in XCRB_msg_to_type6CPRB_msgX()
439 CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
448 resp_sumlen = CEIL4(xcRB->reply_control_blk_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()
452 (resp_sumlen < CEIL4(xcRB->reply_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()
464 msg->hdr.FromCardLen1 = xcRB->reply_control_blk_length; in XCRB_msg_to_type6CPRB_msgX()
730 xcRB->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
Dzcrypt_api.c1814 unsigned int reply_control_blk_length; member
1847 xcRB64.reply_control_blk_length = in trans_xcRB32()
1848 xcRB32.reply_control_blk_length; in trans_xcRB32()
1868 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-v5.10/arch/s390/include/uapi/asm/
Dzcrypt.h139 __u32 reply_control_blk_length; member