Searched refs:t80h (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_cex2a.c225 struct type80_hdr *t80h = reply->message; local
228 if (t80h->len < sizeof(*t80h) + outputdatalength) {
233 BUG_ON(t80h->len > CEX2A_MAX_RESPONSE_SIZE);
234 data = reply->message + t80h->len - outputdatalength;
275 struct type80_hdr *t80h; local
283 t80h = reply->message;
284 if (t80h->type == TYPE80_RSP_CODE) {
285 length = min(CEX2A_MAX_RESPONSE_SIZE, (int) t80h->len);

Completed in 113 milliseconds