crypto: introduce crypto infra 75/18375/5
authorDamjan Marion <damarion@cisco.com>
Mon, 18 Mar 2019 17:59:25 +0000 (18:59 +0100)
committerNeale Ranns <nranns@cisco.com>
Tue, 19 Mar 2019 16:29:43 +0000 (16:29 +0000)
commit91f17dc7c4e79343b8fba924e7cea6380a0e6653
treea5c47649bcf8d6668dc509bbc6f7b67e45714784
parent5daf0c55c094167ad590f683451239fa3e25c7fc
crypto: introduce crypto infra

Change-Id: Ibf320b3e7b054b686f3af9a55afd5d5bda9b1048
Signed-off-by: Damjan Marion <damarion@cisco.com>
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
21 files changed:
src/plugins/crypto_openssl/CMakeLists.txt [new file with mode: 0644]
src/plugins/crypto_openssl/main.c [new file with mode: 0644]
src/plugins/unittest/CMakeLists.txt
src/plugins/unittest/crypto/aes_cbc.c [new file with mode: 0644]
src/plugins/unittest/crypto/crypto.h [new file with mode: 0644]
src/plugins/unittest/crypto/rfc2202.c [new file with mode: 0644]
src/plugins/unittest/crypto/rfc4231.c [new file with mode: 0644]
src/plugins/unittest/crypto_test.c [new file with mode: 0644]
src/vnet/CMakeLists.txt
src/vnet/crypto/cli.c [new file with mode: 0644]
src/vnet/crypto/crypto.c [new file with mode: 0644]
src/vnet/crypto/crypto.h [new file with mode: 0644]
src/vnet/crypto/format.c [new file with mode: 0644]
src/vnet/ipsec/ah.h
src/vnet/ipsec/ah_decrypt.c
src/vnet/ipsec/ah_encrypt.c
src/vnet/ipsec/esp.h
src/vnet/ipsec/esp_decrypt.c
src/vnet/ipsec/esp_encrypt.c
src/vnet/ipsec/ipsec.c
src/vnet/ipsec/ipsec.h