OSDN Git Service

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)
commit56e8e57fc3a707bf4f23f88c4822e6cbc9a950dc
tree94eae7f2ff5d5f93472d09d4f753094423812b1c
parent4feb4c597a989fad2896a69d31b56cb46a448acf
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]