Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype50.c351 struct type80_hdr *t80h = reply->msg; in convert_type80() local
354 if (t80h->len < sizeof(*t80h) + outputdatalength) { in convert_type80()
359 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80()
362 AP_QID_QUEUE(zq->queue->qid), t80h->code); in convert_type80()
366 BUG_ON(t80h->len > CEX3A_MAX_RESPONSE_SIZE); in convert_type80()
367 data = reply->msg + t80h->len - outputdatalength; in convert_type80()
419 struct type80_hdr *t80h; in zcrypt_msgtype50_receive() local
425 t80h = reply->msg; in zcrypt_msgtype50_receive()
426 if (t80h->type == TYPE80_RSP_CODE) { in zcrypt_msgtype50_receive()
427 len = t80h->len; in zcrypt_msgtype50_receive()