crypto-native: add ARMv8 AES-CBC implementation 18/24718/2
authorDamjan Marion <dmarion@me.com>
Fri, 31 Jan 2020 09:24:07 +0000 (10:24 +0100)
committerDamjan Marion <damarion@cisco.com>
Fri, 31 Jan 2020 17:06:09 +0000 (18:06 +0100)
commit776644efe78f427a75fc5e122014b44b39d470c3
treef8487ba02ad941bc2c09206b3d0477db3cc595ba
parent62b1cea6eda4060968f44b2639fdd756617211f4
crypto-native: add ARMv8 AES-CBC implementation

Type: feature

Change-Id: I32256061b9509880eec843db2f918879cdafbe47
Signed-off-by: Damjan Marion <dmarion@me.com>
src/plugins/crypto_native/CMakeLists.txt
src/plugins/crypto_native/aes.h
src/plugins/crypto_native/aes_cbc.c
src/plugins/crypto_native/aes_cbc_aesni.h [new file with mode: 0644]
src/plugins/crypto_native/aes_cbc_neon.h [new file with mode: 0644]
src/plugins/crypto_native/crypto_native.h
src/plugins/crypto_native/main.c
src/vppinfra/vector_neon.h