crypto: add new handlers for cbc/ctr+hmac 17/42917/5
authorIvan Ivanets <[email protected]>
Thu, 1 May 2025 14:32:21 +0000 (17:32 +0300)
committerDamjan Marion <[email protected]>
Thu, 15 May 2025 13:28:09 +0000 (13:28 +0000)
commit659b78d463ac2a46536ff1129abf992db6a80c4a
treee7876eb262a9f9b002012a3423127259ff1b5159
parenta94fab2fb6a8532383cebf7efbceaeed41be07dc
crypto: add new handlers for cbc/ctr+hmac

Type: feature

Support combined enc/dec/chain + auth algorithms with aes-cbc/ctr for
openssl, native and ipsecmb crypto engines

Change-Id: I4c970c57c3fce1e78fe25ea3d4a9c1de3b4de0c0
Signed-off-by: Ivan Ivanets <[email protected]>
src/crypto_engines/ipsecmb/ipsecmb.c
src/crypto_engines/native/aes_cbc.c
src/crypto_engines/native/aes_ctr.c
src/crypto_engines/native/sha2.c
src/crypto_engines/native/sha2.h [new file with mode: 0644]
src/crypto_engines/openssl/main.c