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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/crypto/
H A Dzcrypt_pcica.c201 struct type84_hdr *t84h = reply->message; local
204 if (t84h->len < sizeof(*t84h) + outputdatalength) {
209 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE);
210 data = reply->message + t84h->len - outputdatalength;
251 struct type84_hdr *t84h; local
259 t84h = reply->message;
260 if (t84h->code == TYPE84_RSP_CODE) {
261 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len);

Completed in 61 milliseconds