Searched refs:t80h (Results 1 – 1 of 1) sorted by relevance
351 struct type80_hdr *t80h = reply->msg; in convert_type80() local354 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() local425 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()