]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: morus - Add common SIMD glue code for MORUS
authorOndrej Mosnacek <omosnacek@gmail.com>
Fri, 11 May 2018 12:19:11 +0000 (14:19 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 18 May 2018 16:15:18 +0000 (00:15 +0800)
commit3c06c6142d61246e8709d5bb02d5f91863ed9acb
tree94eae7f2ff5d5f93472d09d4f753094423812b1c
parent552d3ac5a58d082cc58a9514cf13cd07cf12b123
crypto: morus - Add common SIMD glue code for MORUS

This patch adds a common glue code for optimized implementations of
MORUS AEAD algorithms.

Signed-off-by: Ondrej Mosnacek <omosnacek@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/Makefile
crypto/morus1280_glue.c [new file with mode: 0644]
crypto/morus640_glue.c [new file with mode: 0644]
include/crypto/morus1280_glue.h [new file with mode: 0644]
include/crypto/morus640_glue.h [new file with mode: 0644]