Home
last modified time | relevance | path

Searched refs:rep_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
373 rep_cblen = CEIL4((size_t)xcrb->reply_control_blk_length); in xcrb_msg_to_type6cprb_msgx()
374 if (rep_cblen > U32_MAX) in xcrb_msg_to_type6cprb_msgx()
376 rep_sumlen = rep_cblen + xcrb->reply_data_length; in xcrb_msg_to_type6cprb_msgx()
379 if (rep_cblen <= xcrb->reply_data_length ? in xcrb_msg_to_type6cprb_msgx()
381 rep_sumlen < rep_cblen) { in xcrb_msg_to_type6cprb_msgx()