Revision tags: v2.25.0 |
|
#
5e6526ee |
| 21-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
aes: [GCM] add isal prefix to context and key structs
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
e4a84933 |
| 17-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
aes: [CBC] add ISAL_ prefix to definitions
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
7a780406 |
| 17-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
aes: [GCM] remove unneeded definitions
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
7ba877e6 |
| 17-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
aes: add ISAL_ prefix to AES-GCM definitions
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
8957a389 |
| 12-May-2024 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
examples: [saturation] use new API
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
|
#
d531c9b6 |
| 03-May-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
aes: use new AES-XTS API in apps
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
e28f3412 |
| 01-May-2024 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
aes: deprecate AES-CBC precomp function
Use isal_aes_keyexp_128/192/256 instead.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
|
#
9b0cbfb3 |
| 01-May-2024 |
Pablo de Lara <pablo.de.lara.guarch@intel.com> |
aes: [CBC] deprecate old AES-CBC API
Add "_" prefix to existing API names (old API) and makes them internal to the library. Create new wrapper API with old names with a deprecation note. Call intern
aes: [CBC] deprecate old AES-CBC API
Add "_" prefix to existing API names (old API) and makes them internal to the library. Create new wrapper API with old names with a deprecation note. Call internal API in self tests and use the new API in the rest of the tests.
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
show more ...
|
#
c280984a |
| 15-Apr-2024 |
Marcel Cornu <marcel.d.cornu@intel.com> |
examples: reformat with new coding style
Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>
|
#
c91caf97 |
| 19-Jul-2021 |
Tom Cosgrove <tom.cosgrove@arm.com> |
Always check the result of posix_memalign() calls
Also, use same return value when these fail (+1) as used when the output pointer is NULL, rather than using -1. This avoids potential issues when re
Always check the result of posix_memalign() calls
Also, use same return value when these fail (+1) as used when the output pointer is NULL, rather than using -1. This avoids potential issues when results are combined with with `errors += foo()`.
Change-Id: I0cfa73481315366cd3b8bd7f369fae55960a88a4 Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
show more ...
|
Revision tags: v2.24.0, v2.23.0, v2.22.0 |
|
#
b1f97aaf |
| 03-Jul-2019 |
Greg Tucker <greg.b.tucker@intel.com> |
Format only change for new indent version
Change-Id: Id41cc24db490518de2ca40f539d75581e3c4ce56 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
|
Revision tags: v2.21.0, v2.20.0 |
|
#
acb6d415 |
| 05-Sep-2017 |
Xiaodong Liu <xiaodong.liu@intel.com> |
saturation test: Core C code
sha1_mb, sha256_mb, sha512_mb, md5_mb, and AES are added.
Change-Id: I8ab79a8308942e997c68efe5a355e1f8905a3ee6 Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
|