diff options
Diffstat (limited to 'include/crypto/algapi.h')
| -rw-r--r-- | include/crypto/algapi.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 010545436ef..5a2bd1cc965 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -137,6 +137,7 @@ struct crypto_instance *crypto_alloc_instance(const char *name,  void crypto_init_queue(struct crypto_queue *queue, unsigned int max_qlen);  int crypto_enqueue_request(struct crypto_queue *queue,  			   struct crypto_async_request *request); +void *__crypto_dequeue_request(struct crypto_queue *queue, unsigned int offset);  struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);  int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);  |