Home
last modified time | relevance | path

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

/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()
442 resp_sumlen = CEIL4(xcRB->reply_control_blk_length) + in XCRB_msg_to_type6CPRB_msgX()
444 if ((CEIL4(xcRB->reply_control_blk_length) <= xcRB->reply_data_length) ? in XCRB_msg_to_type6CPRB_msgX()
446 (resp_sumlen < CEIL4(xcRB->reply_control_blk_length))) { in XCRB_msg_to_type6CPRB_msgX()
458 msg->hdr.FromCardLen1 = xcRB->reply_control_blk_length; in XCRB_msg_to_type6CPRB_msgX()
720 xcRB->reply_control_blk_length = msg->fmt2.count1; in convert_type86_xcrb()
Dzcrypt_api.c1832 unsigned int reply_control_blk_length; member
1865 xcRB64.reply_control_blk_length = in trans_xcRB32()
1866 xcRB32.reply_control_blk_length; in trans_xcRB32()
1888 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()