Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/crypto/
Dzcrypt_api.c217 struct zcrypt_device *zcrypt_device_alloc(size_t max_response_size) in zcrypt_device_alloc() argument
224 zdev->reply.message = kmalloc(max_response_size, GFP_KERNEL); in zcrypt_device_alloc()
227 zdev->reply.length = max_response_size; in zcrypt_device_alloc()