Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c349 size_t req_cblen, rep_cblen, req_sumlen, rep_sumlen; in xcrb_msg_to_type6cprb_msgx() local
355 req_cblen = CEIL4((size_t)xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
356 if (req_cblen > U32_MAX) in xcrb_msg_to_type6cprb_msgx()
358 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()
366 req_sumlen < req_cblen) { in xcrb_msg_to_type6cprb_msgx()
390 msg->hdr.offset2 = msg->hdr.offset1 + req_cblen; in xcrb_msg_to_type6cprb_msgx()
402 if (xcrb->request_control_blk_length < req_cblen) in xcrb_msg_to_type6cprb_msgx()
404 0, req_cblen - xcrb->request_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
406 if (msg->cprbx.cprb_len > req_cblen - sizeof(msg->hdr.function_code)) in xcrb_msg_to_type6cprb_msgx()
[all …]