Home
last modified time | relevance | path

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

/linux-5.10/drivers/s390/crypto/
Dzcrypt_cex2a.c160 zq = zcrypt_queue_alloc(CEX2A_MAX_RESPONSE_SIZE); in zcrypt_cex2a_queue_probe()
165 zq = zcrypt_queue_alloc(CEX3A_MAX_RESPONSE_SIZE); in zcrypt_cex2a_queue_probe()
Dzcrypt_queue.c108 struct zcrypt_queue *zcrypt_queue_alloc(size_t max_response_size) in zcrypt_queue_alloc() function
127 EXPORT_SYMBOL(zcrypt_queue_alloc);
Dzcrypt_api.h143 struct zcrypt_queue *zcrypt_queue_alloc(size_t);
Dzcrypt_cex4.c608 zq = zcrypt_queue_alloc(CEX4A_MAX_MESSAGE_SIZE); in zcrypt_cex4_queue_probe()
614 zq = zcrypt_queue_alloc(CEX4C_MAX_MESSAGE_SIZE); in zcrypt_cex4_queue_probe()
620 zq = zcrypt_queue_alloc(CEX4C_MAX_MESSAGE_SIZE); in zcrypt_cex4_queue_probe()
Dzcrypt_cex2c.c341 zq = zcrypt_queue_alloc(CEX2C_MAX_XCRB_MESSAGE_SIZE); in zcrypt_cex2c_queue_probe()