Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_pcica.c199 struct type84_hdr *t84h = reply->message; in convert_type84() local
202 if (t84h->len < sizeof(*t84h) + outputdatalength) { in convert_type84()
207 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE); in convert_type84()
208 data = reply->message + t84h->len - outputdatalength; in convert_type84()
249 struct type84_hdr *t84h; in zcrypt_pcica_receive() local
257 t84h = reply->message; in zcrypt_pcica_receive()
258 if (t84h->code == TYPE84_RSP_CODE) { in zcrypt_pcica_receive()
259 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len); in zcrypt_pcica_receive()