Searched refs:t84h (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_pcica.c199 struct type84_hdr *t84h = reply->message; convert_type84() local
202 if (t84h->len < sizeof(*t84h) + outputdatalength) { convert_type84()
208 zdev->ap_dev->qid, zdev->online, t84h->code); convert_type84()
211 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE); convert_type84()
212 data = reply->message + t84h->len - outputdatalength; convert_type84()
257 struct type84_hdr *t84h; zcrypt_pcica_receive() local
265 t84h = reply->message; zcrypt_pcica_receive()
266 if (t84h->code == TYPE84_RSP_CODE) { zcrypt_pcica_receive()
267 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len); zcrypt_pcica_receive()

Completed in 50 milliseconds