crypto-native: add SHA2-HMAC 45/40545/8
authorDamjan Marion <damarion@cisco.com>
Fri, 15 Mar 2024 18:33:34 +0000 (18:33 +0000)
committerOle Tr�an <otroan@employees.org>
Tue, 30 Apr 2024 14:38:28 +0000 (14:38 +0000)
commit9f2799fda400797a2125eb8a0bb9117a27e068f4
tree97adec21cc3ab6d34b4f55c9dcaa3c26f761d5d9
parent18c9f1403720225bcb741c6822871c97f7d71872
crypto-native: add SHA2-HMAC

Type: feature
Change-Id: I9e7ebf43536c972a62621fc7ad7406abec0ce071
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/crypto_native/CMakeLists.txt
src/plugins/crypto_native/aes_cbc.c
src/plugins/crypto_native/aes_ctr.c
src/plugins/crypto_native/aes_gcm.c
src/plugins/crypto_native/crypto_native.h
src/plugins/crypto_native/main.c
src/plugins/crypto_native/sha2.c [new file with mode: 0644]