Branch: refs/heads/api-next
Home: https://github.com/Linaro/odp
Commit: 8d21533c341c0624f693af554341dd389c358238
https://github.com/Linaro/odp/commit/8d21533c341c0624f693af554341dd389c358238
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M test/common_plat/validation/api/crypto/odp_crypto_test_inp.c
M test/common_plat/validation/api/crypto/test_vectors.h
M test/common_plat/validation/api/crypto/test_vectors_len.h
Log Message:
-----------
validation: crypto: rework testsuite
Currently crypto testsuite contains tons of similar c&p code setting
keys, iv, data, etc. Data is scattered into different arrays. Refactor
crypto testsuite so that all data is kept in the structured way,
removing most of similar code from individual testing functions.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 53120868fba0d742961817683f01b1bee25f4e4c
https://github.com/Linaro/odp/commit/53120868fba0d742961817683f01b1bee25f4e4c
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M test/common_plat/validation/api/crypto/crypto.h
M test/common_plat/validation/api/crypto/odp_crypto_test_inp.c
M test/common_plat/validation/api/crypto/test_vectors.h
M test/common_plat/validation/api/crypto/test_vectors_len.h
Log Message:
-----------
validation: crypto: add AES-192/256 test cases
Add testcases for AES192-CBC, AES256-CBC, AES128-GCM, AES256-GCM.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 7fa8e2c97ed18f8dd6e95cbc78b7e668ccb98869
https://github.com/Linaro/odp/commit/7fa8e2c97ed18f8dd6e95cbc78b7e668ccb98869
Author: Dmitry Eremin-Solenikov <[email protected]>
Date: 2017-09-06 (Wed, 06 Sep 2017)
Changed paths:
M platform/linux-generic/odp_crypto.c
Log Message:
-----------
linux-gen: crypto: add support for AES-192 and AES-256
Add support for AES with keys of 192 and 256 bits.
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/a3ca7d17f74e...7fa8e2c97ed1