This patch series adds support for AES128-GCM; The first 2 patches changes slightly the validation tests to allow check of both cipher and auth at the same time.
v2: * Fix typo in 3rd patch name API changed Reviewed-by: Petri Savolainen <[email protected]> Nicolas Morey-Chaisemartin (4): validation: crypto: support validating both cipher and auth at the same time validation: crypto: allow custom auth/cipher range api: crypto: Add AES128-GCM support validation: crypto: add test for AES128-GCM include/odp/api/crypto.h | 4 + .../linux-generic/include/odp_crypto_internal.h | 3 + platform/linux-generic/odp_crypto.c | 183 ++++++++++++++++ test/validation/crypto/crypto.h | 4 + test/validation/crypto/odp_crypto_test_inp.c | 235 ++++++++++++++++++--- test/validation/crypto/test_vectors.h | 152 +++++++++++++ test/validation/crypto/test_vectors_len.h | 7 + 7 files changed, 561 insertions(+), 27 deletions(-) _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
