Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_queue.c114 struct zcrypt_queue *zcrypt_queue_alloc(size_t reply_buf_size) in zcrypt_queue_alloc() function
133 EXPORT_SYMBOL(zcrypt_queue_alloc);
H A Dzcrypt_cex4.c652 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
658 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
664 zq = zcrypt_queue_alloc(aq->card->maxmsgsize); in zcrypt_cex4_queue_probe()
H A Dzcrypt_api.h157 struct zcrypt_queue *zcrypt_queue_alloc(size_t);