crypto: engine - move crypto engine to its own header
authorCorentin LABBE <clabbe.montjoie@gmail.com>
Wed, 31 Aug 2016 12:02:57 +0000 (14:02 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 7 Sep 2016 13:08:26 +0000 (21:08 +0800)
commit2589ad84047f1dbed741b48785680b152db2e5db
tree3e621205912912c5dd2bb7d9a2d4e1d89cc186bc
parent1548a37da044aa123492638e61283a23cb4b475d
crypto: engine - move crypto engine to its own header

This patch move the whole crypto engine API to its own header
crypto/engine.h.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_engine.c
drivers/crypto/omap-aes.c
drivers/crypto/omap-des.c
include/crypto/algapi.h
include/crypto/engine.h [new file with mode: 0644]