On Fri, 13 Oct 2017 15:30:32 +0200 Boris Brezillon <boris.brezil...@free-electrons.com> wrote:
> crypto_alg is not supposed to be directly implemented by crypto engine > driver. Drivers should instead implement specialized interfaces like *drivers. > ahash_alg or skcipher_alg. > > Migrate to all cipher algorithms to the skcipher_alg interface. While at s/Migrate to all/Migrate all/ > it, get rid of all references to ablkcipher including in internal struct > or function names. > > Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com>