commit | ec6e2bf33b54cc3351bd702452e5d016b8f9d2f4 | [log] [tgz] |
---|---|---|
author | Iuliana Prodan <iuliana.prodan@nxp.com> | Tue Apr 28 18:49:03 2020 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 08 15:30:40 2020 +1000 |
tree | 66e745497119d160bcbcbaadf806f8515e72f223 | |
parent | 3e37f04f2bf3dd86432785e15182793a8a8ef00e [diff] |
crypto: algapi - create function to add request in front of queue Add crypto_enqueue_request_head function that enqueues a request in front of queue. This will be used in crypto-engine, on error path. In case a request was not executed by hardware, enqueue it back in front of queue (to keep the order of requests). Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>