Searched refs:reply_buf_size (Results 1 – 1 of 1) sorted by relevance
113 struct zcrypt_queue *zcrypt_queue_alloc(size_t reply_buf_size) in zcrypt_queue_alloc() argument120 zq->reply.msg = kmalloc(reply_buf_size, GFP_KERNEL); in zcrypt_queue_alloc()123 zq->reply.bufsize = reply_buf_size; in zcrypt_queue_alloc()