Searched refs:PCICA_MAX_RESPONSE_SIZE (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.c47 #define PCICA_MAX_RESPONSE_SIZE 0x110 /* max outputdatalength + type80_hdr */ macro
209 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE);
261 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len);
365 zdev = zcrypt_device_alloc(PCICA_MAX_RESPONSE_SIZE);

Completed in 36 milliseconds