Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A 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()
A 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);
A Dzcrypt_cex4.c602 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
608 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
614 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
A Dzcrypt_api.h142 struct zcrypt_queue *zcrypt_queue_alloc(size_t);
A Dzcrypt_cex2c.c339 zq = zcrypt_queue_alloc(CEX2C_MAX_XCRB_MESSAGE_SIZE); in zcrypt_cex2c_queue_probe()

Completed in 8 milliseconds