Home
last modified time | relevance | path

Searched refs:crypto_queue (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Dalgapi.h102 struct crypto_queue { struct
172 void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);
173 int crypto_enqueue_request(struct crypto_queue *queue,
175 void crypto_enqueue_request_head(struct crypto_queue *queue,
177 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
178 static inline unsigned int crypto_queue_len(struct crypto_queue *queue) in crypto_queue_len()
226 struct crypto_queue *queue) in crypto_get_backlog()
/linux/include/crypto/internal/
H A Daead.h34 struct crypto_queue base;