Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_cex2a.c158 zq = zcrypt_queue_alloc(CEX2A_MAX_RESPONSE_SIZE); in zcrypt_cex2a_queue_probe()
163 zq = zcrypt_queue_alloc(CEX3A_MAX_RESPONSE_SIZE); in zcrypt_cex2a_queue_probe()
Dzcrypt_queue.c113 struct zcrypt_queue *zcrypt_queue_alloc(size_t reply_buf_size) in zcrypt_queue_alloc() function
132 EXPORT_SYMBOL(zcrypt_queue_alloc);
Dzcrypt_api.h142 struct zcrypt_queue *zcrypt_queue_alloc(size_t);
Dzcrypt_cex4.c663 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
669 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
675 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
Dzcrypt_cex2c.c339 zq = zcrypt_queue_alloc(CEX2C_MAX_XCRB_MESSAGE_SIZE); in zcrypt_cex2c_queue_probe()