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


# 0106da91 07-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

sha1_mb: add ISAL_ prefix to SHA1 structure and macro definitions

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


# 14a3d258 03-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

sha1_mb: use new API in test apps

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


# 868f05ea 15-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

sha1_mb: 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, v2.21.0, v2.20.0, v2.19.0
# cc0c2aef 31-May-2017 Greg Tucker <greg.b.tucker@intel.com>

Format only patch from iindent and remove_whitespace

Change-Id: I114bfcfa8750c7ba3a50ad2be9dd9e87cb7a1042
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>


Revision tags: v2.18.0
# 6df3ef80 04-May-2016 Greg Tucker <greg.b.tucker@intel.com>

Add multi-buffer hashing

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>