History log of /isa-l_crypto/examples/saturation_test/md5_thread.c (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v2.25.0
# 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>


# 8cb7fe78 08-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

multibuffer: add ISAL_ prefix to hash multibuffer enums

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>


# 883be6dc 02-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

examples: replace OpenSSL MD5 deprecated API

MD5 is deprecated since OpenSSL 3.0. Use the EVP API instead.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>


# 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>