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

/linux-4.1.27/drivers/s390/crypto/
H A Dzcrypt_pcica.c48 #define PCICA_MAX_RESPONSE_SIZE 0x110 /* max outputdatalength + type80_hdr */ macro
211 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE); convert_type84()
267 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len); zcrypt_pcica_receive()
373 zdev = zcrypt_device_alloc(PCICA_MAX_RESPONSE_SIZE); zcrypt_pcica_probe()

Completed in 71 milliseconds