Add new algorithm enumerations so that vendor IPSEC implementations and IPSEC test applications can proceed. Odp-linux crypto implementation and validation tests follow later.
Petri Savolainen (4): abi: event: add ODP_EVENT_IPSEC_RESULT api: crypto: add sha-1 and sha-512 enumerations linux-gen: crypto: sha-1 and sha-512 not implemented yet validation: crypto: add stubs for sha-1 and sha-512 tests include/odp/api/spec/crypto.h | 18 ++++++++++++ include/odp/arch/default/api/abi/event.h | 3 +- platform/linux-generic/odp_crypto.c | 2 ++ test/common_plat/validation/api/crypto/crypto.h | 2 ++ .../validation/api/crypto/odp_crypto_test_inp.c | 32 ++++++++++++++++++++++ 5 files changed, 56 insertions(+), 1 deletion(-) -- 2.8.1