Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_msgtype50.c364 struct type80_hdr *t80h = reply->msg; in convert_type80() local
367 if (t80h->len < sizeof(*t80h) + outputdatalength) { in convert_type80()
372 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80()
375 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80()
380 BUG_ON(t80h->len > CEX2A_MAX_RESPONSE_SIZE); in convert_type80()
382 BUG_ON(t80h->len > CEX3A_MAX_RESPONSE_SIZE); in convert_type80()
383 data = reply->msg + t80h->len - outputdatalength; in convert_type80()
435 struct type80_hdr *t80h; in zcrypt_cex2a_receive() local
441 t80h = reply->msg; in zcrypt_cex2a_receive()
442 if (t80h->type == TYPE80_RSP_CODE) { in zcrypt_cex2a_receive()
[all …]