Home
last modified time | relevance | path

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

/drivers/s390/crypto/
Dzcrypt_pcica.c47 #define PCICA_MAX_RESPONSE_SIZE 0x110 /* max outputdatalength + type80_hdr */ macro
207 BUG_ON(t84h->len > PCICA_MAX_RESPONSE_SIZE); in convert_type84()
259 length = min(PCICA_MAX_RESPONSE_SIZE, (int) t84h->len); in zcrypt_pcica_receive()
363 zdev = zcrypt_device_alloc(PCICA_MAX_RESPONSE_SIZE); in zcrypt_pcica_probe()