History log of /isa-l_crypto/md5_mb/ (Results 1 – 25 of 56)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9d1a575424-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: fix typo

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

d28f103422-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

Bump minimum NASM version

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


/isa-l_crypto/Doxyfile
/isa-l_crypto/Makefile.am
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/Makefile.unx
/isa-l_crypto/README.md
/isa-l_crypto/Release_notes.txt
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_vaes.asm
/isa-l_crypto/aes/aarch64/aes_gcm_aes_finalize_128.S
/isa-l_crypto/aes/aarch64/aes_gcm_aes_finalize_256.S
/isa-l_crypto/aes/aarch64/aes_gcm_aes_init.S
/isa-l_crypto/aes/aarch64/cbc_dec_aes.S
/isa-l_crypto/aes/aarch64/cbc_enc_aes.S
/isa-l_crypto/aes/aarch64/gcm_enc_dec.S
/isa-l_crypto/aes/aarch64/gcm_precomp.S
/isa-l_crypto/aes/aarch64/gcm_update.S
/isa-l_crypto/aes/aes_gcm.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/cbc_dec_vaes_avx512.asm
/isa-l_crypto/aes/cbc_ossl_perf.c
/isa-l_crypto/aes/cbc_pre.c
/isa-l_crypto/aes/cbc_std_vectors.h
/isa-l_crypto/aes/cbc_std_vectors_random_test.c
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/gcm_avx_gen2.asm
/isa-l_crypto/aes/gcm_avx_gen4.asm
/isa-l_crypto/aes/gcm_nt_rand_test.c
/isa-l_crypto/aes/gcm_nt_std_vectors_test.c
/isa-l_crypto/aes/gcm_ossl_perf.c
/isa-l_crypto/aes/gcm_pre.c
/isa-l_crypto/aes/gcm_simple_example.c
/isa-l_crypto/aes/gcm_sse.asm
/isa-l_crypto/aes/gcm_std_vectors_random_test.c
/isa-l_crypto/aes/gcm_std_vectors_test.c
/isa-l_crypto/aes/gcm_vaes_avx512.asm
/isa-l_crypto/configure.ac
/isa-l_crypto/examples/saturation_test/aes_thread.c
/isa-l_crypto/fips/Makefile.am
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/fips/self_tests_generic.c
/isa-l_crypto/include/aes_cbc.h
/isa-l_crypto/include/aes_cbc_internal.h
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/aes_gcm_internal.h
/isa-l_crypto/include/aes_xts.h
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/mh_sha1.h
/isa-l_crypto/include/mh_sha1_murmur3_x64_128.h
/isa-l_crypto/include/mh_sha256.h
/isa-l_crypto/include/rolling_hashx.h
/isa-l_crypto/include/sha256_mb.h
/isa-l_crypto/include/sha512_mb.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/include/sm3_mb_internal.h
/isa-l_crypto/isa-l_crypto.def
/isa-l_crypto/make.inc
md5_ctx_avx512.c
md5_mb_mgr_flush_avx512.asm
md5_mb_mgr_submit_avx512.asm
md5_mb_x16x2_avx512.asm
md5_multibinary.asm
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_asimd.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_ce.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve2.c
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_avx512.c
/isa-l_crypto/mh_sha1/mh_sha1_base_aliases.c
/isa-l_crypto/mh_sha1/mh_sha1_block_avx512.asm
/isa-l_crypto/mh_sha1/mh_sha1_finalize_base.c
/isa-l_crypto/mh_sha1/mh_sha1_internal.h
/isa-l_crypto/mh_sha1/mh_sha1_multibinary.asm
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1/mh_sha1_perf.c
/isa-l_crypto/mh_sha1/mh_sha1_test.c
/isa-l_crypto/mh_sha1/mh_sha1_update_base.c
/isa-l_crypto/mh_sha1/mh_sha1_update_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_avx512.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_base_aliases.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx512.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_finalize_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_internal.h
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_multibinary.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_param_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_perf.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_test.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_ce.c
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_avx512.c
/isa-l_crypto/mh_sha256/mh_sha256_base_aliases.c
/isa-l_crypto/mh_sha256/mh_sha256_block_avx512.asm
/isa-l_crypto/mh_sha256/mh_sha256_finalize_base.c
/isa-l_crypto/mh_sha256/mh_sha256_internal.h
/isa-l_crypto/mh_sha256/mh_sha256_multibinary.asm
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256_perf.c
/isa-l_crypto/mh_sha256/mh_sha256_test.c
/isa-l_crypto/mh_sha256/mh_sha256_update_base.c
/isa-l_crypto/mh_sha256/mh_sha256_update_test.c
/isa-l_crypto/misc/Makefile.am
/isa-l_crypto/misc/version.c
/isa-l_crypto/misc/version_test.c
/isa-l_crypto/rolling_hash/chunking_with_mb_hash.c
/isa-l_crypto/rolling_hash/rolling_hash2.c
/isa-l_crypto/rolling_hash/rolling_hash2_param_test.c
/isa-l_crypto/rolling_hash/rolling_hash2_perf.c
/isa-l_crypto/rolling_hash/rolling_hash2_test.c
/isa-l_crypto/rolling_hash/rolling_hashx_internal.h
/isa-l_crypto/sha1_mb/sha1_ctx_avx512.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx512_ni.c
/isa-l_crypto/sha1_mb/sha1_ctx_sse_ni.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx512_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_sse_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_x16_avx512.asm
/isa-l_crypto/sha1_mb/sha1_multibinary.asm
/isa-l_crypto/sha1_mb/sha1_ni_x1.asm
/isa-l_crypto/sha1_mb/sha1_ni_x2.asm
/isa-l_crypto/sha256_mb/sha256_ctx_avx512.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512_ni.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse_ni.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_x16_avx512.asm
/isa-l_crypto/sha256_mb/sha256_multibinary.asm
/isa-l_crypto/sha256_mb/sha256_ni_x1.asm
/isa-l_crypto/sha256_mb/sha256_ni_x2.asm
/isa-l_crypto/sha512_mb/sha512_ctx_avx512.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_x8_avx512.asm
/isa-l_crypto/sha512_mb/sha512_multibinary.asm
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_aarch64_dispatcher.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_multibinary_aarch64.S
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_sve.S
/isa-l_crypto/sm3_mb/sm3_ctx_avx2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx512.c
/isa-l_crypto/sm3_mb/sm3_ctx_base.c
/isa-l_crypto/sm3_mb/sm3_ctx_base_aliases.c
/isa-l_crypto/sm3_mb/sm3_job.asm
/isa-l_crypto/sm3_mb/sm3_mb.c
/isa-l_crypto/sm3_mb/sm3_mb_flush_test.c
/isa-l_crypto/sm3_mb/sm3_mb_mgr_flush_avx2.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_flush_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_submit_avx2.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_submit_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_param_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_ssl_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_update_test.c
/isa-l_crypto/sm3_mb/sm3_mb_test.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_perf.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sm3_mb/sm3_mb_x16_avx512.asm
/isa-l_crypto/sm3_mb/sm3_multibinary.asm
/isa-l_crypto/sm3_mb/sm3_ref_test.c
/isa-l_crypto/tests/acvp/acvp_app.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
/isa-l_crypto/tests/extended/Makefile.nmake
/isa-l_crypto/tests/extended/md5_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha1_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha256_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha512_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sm3_mb_over_4GB_test.c
/isa-l_crypto/tools/gen_nmake.mk
/isa-l_crypto/tools/test_extended.sh
2b81313614-May-2024 Tomasz Kantecki <tomasz.kantecki@intel.com>

md5: add FIPS mode compile option

Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>

5b4d514012-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: disable tests when FIPS_MODE is enabled

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

dbdb51dc10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: remove maximum length limitation

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

69c1f45d10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: use new API in test apps

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

0b8ee81f10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: deprecate old API

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

cca1040d10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: add ISAL_ prefix to MD5 structure and macro definitions

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

8469e54a10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: move some macros to internal header

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

134f859710-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: move internal ctx init/submit/flush API

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

fe7c916110-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: move internal init/submit/flush API

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

e358d26a10-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: allow NULL source buffer in some cases

Source buffer can be NULL if flags is ISAL_HASH_FIRST or ISAL_HASH_LAST.

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


/isa-l_crypto/examples/saturation_test/isal_multithread_perf.c
/isa-l_crypto/examples/saturation_test/sha256_thread.c
/isa-l_crypto/fips/sha_self_tests.c
/isa-l_crypto/include/mh_sha1.h
/isa-l_crypto/include/mh_sha1_murmur3_x64_128.h
/isa-l_crypto/include/mh_sha256.h
/isa-l_crypto/include/sha1_mb_internal.h
/isa-l_crypto/include/sha256_mb.h
/isa-l_crypto/include/sha256_mb_internal.h
/isa-l_crypto/include/sha512_mb.h
/isa-l_crypto/include/sha512_mb_internal.h
/isa-l_crypto/make.inc
md5_mb.c
md5_mb_test.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_aarch64_dispatcher.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_asimd.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_block_asimd.S
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_block_ce.S
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_block_sve.S
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_ce.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_multibinary.S
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve2.c
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_avx512.c
/isa-l_crypto/mh_sha1/mh_sha1_base_aliases.c
/isa-l_crypto/mh_sha1/mh_sha1_block_avx.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_avx2.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_avx512.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_base.c
/isa-l_crypto/mh_sha1/mh_sha1_block_sse.asm
/isa-l_crypto/mh_sha1/mh_sha1_finalize_base.c
/isa-l_crypto/mh_sha1/mh_sha1_internal.h
/isa-l_crypto/mh_sha1/mh_sha1_multibinary.asm
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1/mh_sha1_perf.c
/isa-l_crypto/mh_sha1/mh_sha1_ref.c
/isa-l_crypto/mh_sha1/mh_sha1_test.c
/isa-l_crypto/mh_sha1/mh_sha1_update_base.c
/isa-l_crypto/mh_sha1/mh_sha1_update_test.c
/isa-l_crypto/mh_sha1/sha1_for_mh_sha1.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_aarch64_dispatcher.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_aarch64_internal.h
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_asimd.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_block_asimd.S
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_block_ce.S
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_ce.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_multibinary.S
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_avx512.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_base_aliases.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx2.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx512.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_sse.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_finalize_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_internal.h
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_multibinary.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_param_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_perf.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/murmur3_x64_128_internal.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_aarch64_dispatcher.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_block_ce.S
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_ce.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_multibinary.S
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_avx512.c
/isa-l_crypto/mh_sha256/mh_sha256_base_aliases.c
/isa-l_crypto/mh_sha256/mh_sha256_block_avx.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_avx2.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_avx512.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_base.c
/isa-l_crypto/mh_sha256/mh_sha256_block_sse.asm
/isa-l_crypto/mh_sha256/mh_sha256_finalize_base.c
/isa-l_crypto/mh_sha256/mh_sha256_internal.h
/isa-l_crypto/mh_sha256/mh_sha256_multibinary.asm
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256_perf.c
/isa-l_crypto/mh_sha256/mh_sha256_ref.c
/isa-l_crypto/mh_sha256/mh_sha256_test.c
/isa-l_crypto/mh_sha256/mh_sha256_update_base.c
/isa-l_crypto/mh_sha256/mh_sha256_update_test.c
/isa-l_crypto/mh_sha256/sha256_for_mh_sha256.c
/isa-l_crypto/rolling_hash/chunking_with_mb_hash.c
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha256_mb/aarch64/sha256_ctx_ce.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_aarch64_dispatcher.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_mgr_ce.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_multibinary.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x2_ce.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x3_ce.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x4_ce.S
/isa-l_crypto/sha256_mb/sha256_ctx_avx.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx2.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512_ni.c
/isa-l_crypto/sha256_mb/sha256_ctx_base.c
/isa-l_crypto/sha256_mb/sha256_ctx_base_aliases.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse_ni.c
/isa-l_crypto/sha256_mb/sha256_job.asm
/isa-l_crypto/sha256_mb/sha256_mb.c
/isa-l_crypto/sha256_mb/sha256_mb_flush_test.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx2.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_sse.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx2.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx512.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_sse.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx2.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_sse.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_param_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_ssl_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_perf.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sha256_mb/sha256_mb_x16_avx512.asm
/isa-l_crypto/sha256_mb/sha256_multibinary.asm
/isa-l_crypto/sha256_mb/sha256_ref.c
/isa-l_crypto/sha512_mb/aarch64/sha512_ctx_ce.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_aarch64_dispatcher.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_mgr_ce.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_multibinary.S
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_x2_ce.S
/isa-l_crypto/sha512_mb/sha512_ctx_avx.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx2.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx512.c
/isa-l_crypto/sha512_mb/sha512_ctx_base.c
/isa-l_crypto/sha512_mb/sha512_ctx_base_aliases.c
/isa-l_crypto/sha512_mb/sha512_ctx_sb_sse4.c
/isa-l_crypto/sha512_mb/sha512_ctx_sse.c
/isa-l_crypto/sha512_mb/sha512_job.asm
/isa-l_crypto/sha512_mb/sha512_mb.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx2.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_sse.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx2.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx512.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_sse.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx2.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_sse.asm
/isa-l_crypto/sha512_mb/sha512_mb_param_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_ssl_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sha512_mb/sha512_mb_test.c
/isa-l_crypto/sha512_mb/sha512_mb_vs_ossl_perf.c
/isa-l_crypto/sha512_mb/sha512_multibinary.asm
/isa-l_crypto/sha512_mb/sha512_ref.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_flush_sse4.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_init_sse4.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_submit_sse4.c
/isa-l_crypto/sha512_mb/sha512_sse4.asm
/isa-l_crypto/tests/acvp/acvp_app_isal_sha.c
/isa-l_crypto/tests/acvp/makefile
/isa-l_crypto/tests/extended/Makefile
/isa-l_crypto/tests/extended/Makefile.nmake
/isa-l_crypto/tests/extended/sha256_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha512_mb_over_4GB_test.c
8cb7fe7808-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>


/isa-l_crypto/Makefile.nmake
/isa-l_crypto/aes/XTS_AES_128_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_128_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_sse.asm
/isa-l_crypto/aes/XTS_AES_128_enc_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_256_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_sse.asm
/isa-l_crypto/aes/XTS_AES_256_enc_vaes.asm
/isa-l_crypto/aes/aarch64/gcm_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/gcm_multibinary_aarch64.S
/isa-l_crypto/aes/aarch64/xts_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/xts_multibinary_aarch64.S
/isa-l_crypto/aes/aes_gcm.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/aes_xts.c
/isa-l_crypto/aes/gcm_avx_gen2.asm
/isa-l_crypto/aes/gcm_avx_gen4.asm
/isa-l_crypto/aes/gcm_multibinary.asm
/isa-l_crypto/aes/gcm_multibinary_nt.asm
/isa-l_crypto/aes/gcm_nt_rand_test.c
/isa-l_crypto/aes/gcm_nt_std_vectors_test.c
/isa-l_crypto/aes/gcm_ossl_perf.c
/isa-l_crypto/aes/gcm_pre.c
/isa-l_crypto/aes/gcm_simple_example.c
/isa-l_crypto/aes/gcm_sse.asm
/isa-l_crypto/aes/gcm_std_vectors_random_test.c
/isa-l_crypto/aes/gcm_std_vectors_test.c
/isa-l_crypto/aes/gcm_vaes_avx512.asm
/isa-l_crypto/aes/keyexp_128.asm
/isa-l_crypto/aes/keyexp_192.asm
/isa-l_crypto/aes/keyexp_256.asm
/isa-l_crypto/aes/xts_128_dec_ossl_perf.c
/isa-l_crypto/aes/xts_128_dec_perf.c
/isa-l_crypto/aes/xts_128_enc_ossl_perf.c
/isa-l_crypto/aes/xts_128_enc_perf.c
/isa-l_crypto/aes/xts_128_expanded_key_test.c
/isa-l_crypto/aes/xts_128_rand.c
/isa-l_crypto/aes/xts_128_rand_ossl_test.c
/isa-l_crypto/aes/xts_128_test.c
/isa-l_crypto/aes/xts_256_dec_ossl_perf.c
/isa-l_crypto/aes/xts_256_dec_perf.c
/isa-l_crypto/aes/xts_256_enc_ossl_perf.c
/isa-l_crypto/aes/xts_256_enc_perf.c
/isa-l_crypto/aes/xts_256_expanded_key_test.c
/isa-l_crypto/aes/xts_256_rand.c
/isa-l_crypto/aes/xts_256_rand_ossl_test.c
/isa-l_crypto/aes/xts_256_test.c
/isa-l_crypto/aes/xts_aes_128_multibinary.asm
/isa-l_crypto/aes/xts_aes_256_multibinary.asm
/isa-l_crypto/configure.ac
/isa-l_crypto/examples/saturation_test/aes_thread.c
/isa-l_crypto/examples/saturation_test/md5_thread.c
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/fips/sha_self_tests.c
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/aes_gcm_internal.h
/isa-l_crypto/include/aes_xts.h
/isa-l_crypto/include/aes_xts_internal.h
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/multi_buffer.h
/isa-l_crypto/include/sha1_mb.h
/isa-l_crypto/include/sha1_mb_internal.h
/isa-l_crypto/include/sha256_mb.h
/isa-l_crypto/include/sha512_mb.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/make.inc
aarch64/md5_ctx_aarch64_asimd.c
aarch64/md5_ctx_aarch64_sve.c
aarch64/md5_ctx_aarch64_sve2.c
aarch64/md5_mb_mgr_aarch64_asimd.c
aarch64/md5_mb_mgr_aarch64_sve.c
aarch64/md5_mb_mgr_aarch64_sve2.c
md5_ctx_avx.c
md5_ctx_avx2.c
md5_ctx_avx512.c
md5_ctx_base.c
md5_ctx_base_aliases.c
md5_ctx_sse.c
md5_job.asm
md5_mb.c
md5_mb_mgr_flush_avx.asm
md5_mb_mgr_flush_avx2.asm
md5_mb_mgr_flush_avx512.asm
md5_mb_mgr_flush_sse.asm
md5_mb_mgr_submit_avx.asm
md5_mb_mgr_submit_avx2.asm
md5_mb_mgr_submit_avx512.asm
md5_mb_mgr_submit_sse.asm
md5_mb_param_test.c
md5_mb_rand_ssl_test.c
md5_mb_rand_test.c
md5_mb_rand_update_test.c
md5_mb_test.c
md5_mb_vs_ossl_perf.c
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/rolling_hash/chunking_with_mb_hash.c
/isa-l_crypto/sha1_mb/aarch64/sha1_ctx_asimd.c
/isa-l_crypto/sha1_mb/aarch64/sha1_ctx_ce.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_aarch64_dispatcher.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_asimd_x4.S
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_mgr_asimd.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_mgr_ce.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_multibinary.S
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_x1_ce.S
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_x2_ce.S
/isa-l_crypto/sha1_mb/sha1_ctx_avx.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx2.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx512.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx512_ni.c
/isa-l_crypto/sha1_mb/sha1_ctx_base.c
/isa-l_crypto/sha1_mb/sha1_ctx_base_aliases.c
/isa-l_crypto/sha1_mb/sha1_ctx_sse.c
/isa-l_crypto/sha1_mb/sha1_ctx_sse_ni.c
/isa-l_crypto/sha1_mb/sha1_job.asm
/isa-l_crypto/sha1_mb/sha1_mb.c
/isa-l_crypto/sha1_mb/sha1_mb_flush_test.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx2.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_avx512_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_sse.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_flush_sse_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx2.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx512.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_sse.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_avx.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_avx2.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_sse.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_param_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_ssl_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_update_test.c
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha1_mb/sha1_mb_vs_ossl_perf.c
/isa-l_crypto/sha1_mb/sha1_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sha1_mb/sha1_multi_buffer_example.c
/isa-l_crypto/sha1_mb/sha1_multibinary.asm
/isa-l_crypto/sha1_mb/sha1_ref.c
/isa-l_crypto/sha256_mb/aarch64/sha256_ctx_ce.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_mgr_ce.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx2.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512_ni.c
/isa-l_crypto/sha256_mb/sha256_ctx_base.c
/isa-l_crypto/sha256_mb/sha256_ctx_base_aliases.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse_ni.c
/isa-l_crypto/sha256_mb/sha256_job.asm
/isa-l_crypto/sha256_mb/sha256_mb.c
/isa-l_crypto/sha256_mb/sha256_mb_flush_test.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx2.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_avx512_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_sse.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_flush_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx2.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_sse.asm
/isa-l_crypto/sha256_mb/sha256_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha256_mb/sha256_mb_param_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_ssl_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_perf.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sha512_mb/aarch64/sha512_ctx_ce.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_mgr_ce.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx2.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx512.c
/isa-l_crypto/sha512_mb/sha512_ctx_base.c
/isa-l_crypto/sha512_mb/sha512_ctx_base_aliases.c
/isa-l_crypto/sha512_mb/sha512_ctx_sb_sse4.c
/isa-l_crypto/sha512_mb/sha512_ctx_sse.c
/isa-l_crypto/sha512_mb/sha512_job.asm
/isa-l_crypto/sha512_mb/sha512_mb.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx2.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_flush_sse.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx2.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_avx512.asm
/isa-l_crypto/sha512_mb/sha512_mb_mgr_submit_sse.asm
/isa-l_crypto/sha512_mb/sha512_mb_param_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_ssl_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sha512_mb/sha512_mb_test.c
/isa-l_crypto/sha512_mb/sha512_mb_vs_ossl_perf.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx512.c
/isa-l_crypto/sm3_mb/sm3_ctx_base.c
/isa-l_crypto/sm3_mb/sm3_ctx_base_aliases.c
/isa-l_crypto/sm3_mb/sm3_job.asm
/isa-l_crypto/sm3_mb/sm3_mb.c
/isa-l_crypto/sm3_mb/sm3_mb_flush_test.c
/isa-l_crypto/sm3_mb/sm3_mb_mgr_flush_avx2.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_flush_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_submit_avx2.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_submit_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_param_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_ssl_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_update_test.c
/isa-l_crypto/sm3_mb/sm3_mb_test.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_perf.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sm3_mb/sm3_ref_test.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
/isa-l_crypto/tests/acvp/acvp_app_isal_sha.c
/isa-l_crypto/tests/acvp/acvp_app_isal_xts.c
/isa-l_crypto/tests/extended/md5_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha1_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha256_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha512_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sm3_mb_over_4GB_test.c
/isa-l_crypto/tools/test_extended.sh
39a3455330-Apr-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

md5_mb: return invalid algorithm if FIPS_MODE is enabled

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


/isa-l_crypto/.github/workflows/ci.yml
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/README.md
/isa-l_crypto/aes/aarch64/cbc_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/cbc_common.S
/isa-l_crypto/aes/aarch64/cbc_dec_aes.S
/isa-l_crypto/aes/aarch64/cbc_enc_aes.S
/isa-l_crypto/aes/aarch64/cbc_multibinary_aarch64.S
/isa-l_crypto/aes/aarch64/keyexp_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/keyexp_multibinary_aarch64.S
/isa-l_crypto/aes/aes_cbc.c
/isa-l_crypto/aes/aes_gcm.c
/isa-l_crypto/aes/aes_keyexp.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/cbc_dec_128_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_128_x8_sse.asm
/isa-l_crypto/aes/cbc_dec_192_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_192_x8_sse.asm
/isa-l_crypto/aes/cbc_dec_256_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_256_x8_sse.asm
/isa-l_crypto/aes/cbc_dec_vaes_avx512.asm
/isa-l_crypto/aes/cbc_enc_128_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_128_x8_sb.asm
/isa-l_crypto/aes/cbc_enc_192_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_192_x8_sb.asm
/isa-l_crypto/aes/cbc_enc_256_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_256_x8_sb.asm
/isa-l_crypto/aes/cbc_multibinary.asm
/isa-l_crypto/aes/cbc_ossl_perf.c
/isa-l_crypto/aes/cbc_pre.c
/isa-l_crypto/aes/cbc_std_vectors_random_test.c
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/gcm_pre.c
/isa-l_crypto/aes/keyexp_multibinary.asm
/isa-l_crypto/aes/xts_128_dec_perf.c
/isa-l_crypto/aes/xts_128_enc_perf.c
/isa-l_crypto/aes/xts_128_expanded_key_test.c
/isa-l_crypto/aes/xts_128_rand.c
/isa-l_crypto/aes/xts_256_dec_perf.c
/isa-l_crypto/aes/xts_256_enc_perf.c
/isa-l_crypto/aes/xts_256_expanded_key_test.c
/isa-l_crypto/aes/xts_256_rand.c
/isa-l_crypto/examples/saturation_test/aes_thread.c
/isa-l_crypto/fips/Makefile.am
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/fips/sha_self_tests.c
/isa-l_crypto/include/aes_cbc.h
/isa-l_crypto/include/aes_cbc_internal.h
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/aes_keyexp.h
/isa-l_crypto/include/aes_keyexp_internal.h
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/rolling_hashx.h
/isa-l_crypto/include/sha1_mb.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/include/test.h
/isa-l_crypto/include/types.h
/isa-l_crypto/isa-l_crypto.def
md5_mb.c
md5_mb_param_test.c
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_block_avx.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_avx2.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_avx512.asm
/isa-l_crypto/mh_sha1/mh_sha1_block_sse.asm
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx2.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_block_avx512.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_block_avx.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_avx2.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_avx512.asm
/isa-l_crypto/mh_sha256/mh_sha256_block_sse.asm
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/rolling_hash/Makefile.am
/isa-l_crypto/rolling_hash/chunking_with_mb_hash.c
/isa-l_crypto/rolling_hash/rolling_hash2.c
/isa-l_crypto/rolling_hash/rolling_hash2_param_test.c
/isa-l_crypto/rolling_hash/rolling_hash2_test.c
/isa-l_crypto/sha1_mb/sha1_mb.c
/isa-l_crypto/sha1_mb/sha1_mb_param_test.c
/isa-l_crypto/sha256_mb/sha256_mb.c
/isa-l_crypto/sha512_mb/sha512_mb.c
/isa-l_crypto/sm3_mb/Makefile.am
/isa-l_crypto/sm3_mb/sm3_mb.c
/isa-l_crypto/sm3_mb/sm3_mb_param_test.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tools/format.sh
122c177925-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

fix compiler messages on windows

Fix warnings generated by MSVC with /W3

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


/isa-l_crypto/Makefile.am
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/Makefile.unx
/isa-l_crypto/aes/Makefile.am
/isa-l_crypto/aes/aes_cbc.c
/isa-l_crypto/aes/aes_gcm.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/aes_xts.c
/isa-l_crypto/aes/cbc_dec_128_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_128_x8_sse.asm
/isa-l_crypto/aes/cbc_dec_192_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_192_x8_sse.asm
/isa-l_crypto/aes/cbc_dec_256_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_256_x8_sse.asm
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/gcm_avx_gen2.asm
/isa-l_crypto/aes/gcm_avx_gen4.asm
/isa-l_crypto/aes/gcm_sse.asm
/isa-l_crypto/aes/gcm_vaes_avx512.asm
/isa-l_crypto/aes/xts_128_vect.h
/isa-l_crypto/configure.ac
/isa-l_crypto/fips/Makefile.am
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/fips/asm_self_tests.asm
/isa-l_crypto/fips/internal_fips.h
/isa-l_crypto/fips/self_tests.c
/isa-l_crypto/fips/sha_self_tests.c
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/mh_sha1_murmur3_x64_128.h
/isa-l_crypto/intel-ipsec-mb/lib/include/aes_cbc_dec_by8_avx.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/aes_cbc_dec_by8_sse.inc
/isa-l_crypto/isa-l_crypto.def
/isa-l_crypto/make.inc
md5_mb_param_test.c
md5_mb_rand_update_test.c
md5_mb_test.c
/isa-l_crypto/mh_sha1/mh_sha1_finalize_base.c
/isa-l_crypto/mh_sha1/mh_sha1_ref.c
/isa-l_crypto/mh_sha1/mh_sha1_update_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/Makefile.am
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_finalize_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_param_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_base.c
/isa-l_crypto/mh_sha256/mh_sha256_finalize_base.c
/isa-l_crypto/mh_sha256/mh_sha256_ref.c
/isa-l_crypto/mh_sha256/mh_sha256_update_base.c
/isa-l_crypto/rolling_hash/rolling_hash2_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_update_test.c
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_param_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_test.c
/isa-l_crypto/sha512_mb/sha512_mb_param_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sha512_mb/sha512_mb_test.c
/isa-l_crypto/sm3_mb/sm3_ref_test.c
87dde3ad15-Apr-2024 Tomasz Kantecki <tomasz.kantecki@intel.com>

test: fixes for test applications compilation issues on windows

Signed-off-by: Tomasz Kantecki <tomasz.kantecki@intel.com>


/isa-l_crypto/.github/workflows/ci.yml
/isa-l_crypto/aes/cbc_std_vectors_random_test.c
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/gcm_nt_rand_test.c
/isa-l_crypto/aes/gcm_nt_std_vectors_test.c
/isa-l_crypto/aes/gcm_std_vectors_random_test.c
/isa-l_crypto/aes/gcm_std_vectors_test.c
md5_mb_rand_update_test.c
md5_mb_test.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_aarch64_dispatcher.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_asimd.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_ce.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve2.c
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_avx512.c
/isa-l_crypto/mh_sha1/mh_sha1_base_aliases.c
/isa-l_crypto/mh_sha1/mh_sha1_block_base.c
/isa-l_crypto/mh_sha1/mh_sha1_finalize_base.c
/isa-l_crypto/mh_sha1/mh_sha1_internal.h
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1/mh_sha1_perf.c
/isa-l_crypto/mh_sha1/mh_sha1_ref.c
/isa-l_crypto/mh_sha1/mh_sha1_test.c
/isa-l_crypto/mh_sha1/mh_sha1_update_base.c
/isa-l_crypto/mh_sha1/mh_sha1_update_test.c
/isa-l_crypto/mh_sha1/sha1_for_mh_sha1.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_aarch64_dispatcher.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_aarch64_internal.h
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_asimd.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/aarch64/mh_sha1_murmur3_ce.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_avx512.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_base_aliases.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_finalize_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_internal.h
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_perf.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_base.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/murmur3_x64_128.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/murmur3_x64_128_internal.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_aarch64_dispatcher.c
/isa-l_crypto/mh_sha256/aarch64/mh_sha256_ce.c
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_avx512.c
/isa-l_crypto/mh_sha256/mh_sha256_base_aliases.c
/isa-l_crypto/mh_sha256/mh_sha256_block_base.c
/isa-l_crypto/mh_sha256/mh_sha256_finalize_base.c
/isa-l_crypto/mh_sha256/mh_sha256_internal.h
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256_perf.c
/isa-l_crypto/mh_sha256/mh_sha256_ref.c
/isa-l_crypto/mh_sha256/mh_sha256_test.c
/isa-l_crypto/mh_sha256/mh_sha256_update_base.c
/isa-l_crypto/mh_sha256/mh_sha256_update_test.c
/isa-l_crypto/mh_sha256/sha256_for_mh_sha256.c
/isa-l_crypto/rolling_hash/aarch64/rolling_hash2_aarch64_dispatcher.c
/isa-l_crypto/rolling_hash/chunking_with_mb_hash.c
/isa-l_crypto/rolling_hash/rolling_hash2.c
/isa-l_crypto/rolling_hash/rolling_hash2_base_aliases.c
/isa-l_crypto/rolling_hash/rolling_hash2_perf.c
/isa-l_crypto/rolling_hash/rolling_hash2_table.h
/isa-l_crypto/rolling_hash/rolling_hash2_test.c
/isa-l_crypto/rolling_hash/rolling_hashx_base.c
/isa-l_crypto/sha1_mb/aarch64/sha1_ctx_asimd.c
/isa-l_crypto/sha1_mb/aarch64/sha1_ctx_ce.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_aarch64_dispatcher.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_mgr_asimd.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_mgr_ce.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx2.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx512.c
/isa-l_crypto/sha1_mb/sha1_ctx_avx512_ni.c
/isa-l_crypto/sha1_mb/sha1_ctx_base.c
/isa-l_crypto/sha1_mb/sha1_ctx_base_aliases.c
/isa-l_crypto/sha1_mb/sha1_ctx_sse.c
/isa-l_crypto/sha1_mb/sha1_ctx_sse_ni.c
/isa-l_crypto/sha1_mb/sha1_mb.c
/isa-l_crypto/sha1_mb/sha1_mb_flush_test.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx2.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx512.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_sse.c
/isa-l_crypto/sha1_mb/sha1_mb_param_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_ssl_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_update_test.c
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha1_mb/sha1_mb_vs_ossl_perf.c
/isa-l_crypto/sha1_mb/sha1_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sha1_mb/sha1_multi_buffer_example.c
/isa-l_crypto/sha1_mb/sha1_ref.c
/isa-l_crypto/sha256_mb/aarch64/sha256_ctx_ce.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_aarch64_dispatcher.c
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_mgr_ce.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx2.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512.c
/isa-l_crypto/sha256_mb/sha256_ctx_avx512_ni.c
/isa-l_crypto/sha256_mb/sha256_ctx_base.c
/isa-l_crypto/sha256_mb/sha256_ctx_base_aliases.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse.c
/isa-l_crypto/sha256_mb/sha256_ctx_sse_ni.c
/isa-l_crypto/sha256_mb/sha256_mb.c
/isa-l_crypto/sha256_mb/sha256_mb_flush_test.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx2.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx512.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_sse.c
/isa-l_crypto/sha256_mb/sha256_mb_param_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_ssl_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_perf.c
/isa-l_crypto/sha256_mb/sha256_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sha256_mb/sha256_ref.c
/isa-l_crypto/sha512_mb/aarch64/sha512_ctx_ce.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_aarch64_dispatcher.c
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_mgr_ce.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx2.c
/isa-l_crypto/sha512_mb/sha512_ctx_avx512.c
/isa-l_crypto/sha512_mb/sha512_ctx_base.c
/isa-l_crypto/sha512_mb/sha512_ctx_base_aliases.c
/isa-l_crypto/sha512_mb/sha512_ctx_sb_sse4.c
/isa-l_crypto/sha512_mb/sha512_ctx_sse.c
/isa-l_crypto/sha512_mb/sha512_mb.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx2.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx512.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_sse.c
/isa-l_crypto/sha512_mb/sha512_mb_param_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_ssl_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sha512_mb/sha512_mb_test.c
/isa-l_crypto/sha512_mb/sha512_mb_vs_ossl_perf.c
/isa-l_crypto/sha512_mb/sha512_ref.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_flush_sse4.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_init_sse4.c
/isa-l_crypto/sha512_mb/sha512_sb_mgr_submit_sse4.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_aarch64_dispatcher.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_asimd_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sm_aarch64.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx512.c
/isa-l_crypto/sm3_mb/sm3_ctx_base.c
/isa-l_crypto/sm3_mb/sm3_ctx_base_aliases.c
/isa-l_crypto/sm3_mb/sm3_mb_flush_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_ssl_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_test.c
/isa-l_crypto/sm3_mb/sm3_mb_rand_update_test.c
/isa-l_crypto/sm3_mb/sm3_mb_test.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_perf.c
/isa-l_crypto/sm3_mb/sm3_mb_vs_ossl_shortage_perf.c
/isa-l_crypto/sm3_mb/sm3_ref_test.c
/isa-l_crypto/sm3_mb/sm3_test_helper.c
/isa-l_crypto/tests/acvp/acvp_app.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
/isa-l_crypto/tests/acvp/acvp_app_isal_sha.c
/isa-l_crypto/tests/acvp/acvp_app_isal_xts.c
/isa-l_crypto/tests/extended/md5_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha1_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha256_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sha512_mb_over_4GB_test.c
/isa-l_crypto/tests/extended/sm3_mb_over_4GB_test.c
eb385f5815-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

md5_mb: reformat with new coding style

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


/isa-l_crypto/.clang-format
/isa-l_crypto/.clang-format-ignore
/isa-l_crypto/.gitignore
/isa-l_crypto/CONTRIBUTING.md
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/Makefile.unx
/isa-l_crypto/aes/Makefile.am
/isa-l_crypto/aes/XTS_AES_128_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_128_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_sse.asm
/isa-l_crypto/aes/XTS_AES_128_enc_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_256_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_sse.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_sse.asm
/isa-l_crypto/aes/XTS_AES_256_enc_vaes.asm
/isa-l_crypto/aes/aarch64/cbc_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/gcm_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/keyexp_aarch64_dispatcher.c
/isa-l_crypto/aes/aarch64/xts_aarch64_dispatcher.c
/isa-l_crypto/aes/aes_cbc.c
/isa-l_crypto/aes/aes_keyexp.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/aes_xts.c
/isa-l_crypto/aes/cbc_dec_vaes_avx512.asm
/isa-l_crypto/aes/cbc_ossl_perf.c
/isa-l_crypto/aes/cbc_pre.c
/isa-l_crypto/aes/cbc_std_vectors.h
/isa-l_crypto/aes/cbc_std_vectors_random_test.c
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/gcm_nt_rand_test.c
/isa-l_crypto/aes/gcm_nt_std_vectors_test.c
/isa-l_crypto/aes/gcm_ossl_perf.c
/isa-l_crypto/aes/gcm_pre.c
/isa-l_crypto/aes/gcm_simple_example.c
/isa-l_crypto/aes/gcm_std_vectors_random_test.c
/isa-l_crypto/aes/gcm_std_vectors_test.c
/isa-l_crypto/aes/gcm_test_alloc.h
/isa-l_crypto/aes/gcm_vaes_avx512.asm
/isa-l_crypto/aes/gcm_vectors.h
/isa-l_crypto/aes/ossl_helper.h
/isa-l_crypto/aes/xts_128_dec_ossl_perf.c
/isa-l_crypto/aes/xts_128_dec_perf.c
/isa-l_crypto/aes/xts_128_enc_ossl_perf.c
/isa-l_crypto/aes/xts_128_enc_perf.c
/isa-l_crypto/aes/xts_128_expanded_key_test.c
/isa-l_crypto/aes/xts_128_rand.c
/isa-l_crypto/aes/xts_128_rand_ossl_test.c
/isa-l_crypto/aes/xts_128_test.c
/isa-l_crypto/aes/xts_128_vect.h
/isa-l_crypto/aes/xts_256_dec_ossl_perf.c
/isa-l_crypto/aes/xts_256_dec_perf.c
/isa-l_crypto/aes/xts_256_enc_ossl_perf.c
/isa-l_crypto/aes/xts_256_enc_perf.c
/isa-l_crypto/aes/xts_256_expanded_key_test.c
/isa-l_crypto/aes/xts_256_rand.c
/isa-l_crypto/aes/xts_256_rand_ossl_test.c
/isa-l_crypto/aes/xts_256_test.c
/isa-l_crypto/aes/xts_256_vect.h
/isa-l_crypto/examples/saturation_test/aes_thread.c
/isa-l_crypto/examples/saturation_test/isal_multithread_perf.c
/isa-l_crypto/examples/saturation_test/isal_multithread_perf.h
/isa-l_crypto/examples/saturation_test/md5_thread.c
/isa-l_crypto/examples/saturation_test/sha1_thread.c
/isa-l_crypto/examples/saturation_test/sha256_thread.c
/isa-l_crypto/examples/saturation_test/sha512_thread.c
/isa-l_crypto/include/aes_cbc.h
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/aes_keyexp.h
/isa-l_crypto/include/aes_xts.h
/isa-l_crypto/include/endian_helper.h
/isa-l_crypto/include/intrinreg.h
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/memcpy_inline.h
/isa-l_crypto/include/mh_sha1.h
/isa-l_crypto/include/mh_sha1_murmur3_x64_128.h
/isa-l_crypto/include/mh_sha256.h
/isa-l_crypto/include/multi_buffer.h
/isa-l_crypto/include/rolling_hashx.h
/isa-l_crypto/include/sha1_mb.h
/isa-l_crypto/include/sha256_mb.h
/isa-l_crypto/include/sha512_mb.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/include/test.h
/isa-l_crypto/include/types.h
/isa-l_crypto/intel-ipsec-mb/LICENSE
/isa-l_crypto/intel-ipsec-mb/README.md
/isa-l_crypto/intel-ipsec-mb/lib/include/aes_common.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/cet.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/gcm_common.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/gcm_defines.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/gcm_keys_vaes_avx512.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/gcm_vaes_avx512.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/memcpy.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/os.inc
/isa-l_crypto/intel-ipsec-mb/lib/include/reg_sizes.inc
/isa-l_crypto/isa-l_crypto.def
aarch64/md5_ctx_aarch64_asimd.c
aarch64/md5_ctx_aarch64_sve.c
aarch64/md5_ctx_aarch64_sve2.c
aarch64/md5_mb_aarch64_dispatcher.c
aarch64/md5_mb_mgr_aarch64_asimd.c
aarch64/md5_mb_mgr_aarch64_sve.c
aarch64/md5_mb_mgr_aarch64_sve2.c
md5_ctx_avx.c
md5_ctx_avx2.c
md5_ctx_avx512.c
md5_ctx_base.c
md5_ctx_base_aliases.c
md5_ctx_sse.c
md5_mb.c
md5_mb_mgr_init_avx2.c
md5_mb_mgr_init_avx512.c
md5_mb_mgr_init_sse.c
md5_mb_param_test.c
md5_mb_rand_ssl_test.c
md5_mb_rand_test.c
md5_mb_rand_update_test.c
md5_mb_test.c
md5_mb_vs_ossl_perf.c
md5_ref.c
/isa-l_crypto/sha1_mb/Makefile.am
/isa-l_crypto/sha1_mb/sha1_mb.c
/isa-l_crypto/sha1_mb/sha1_mb_param_test.c
/isa-l_crypto/sha256_mb/Makefile.am
/isa-l_crypto/sha256_mb/sha256_mb.c
/isa-l_crypto/sha256_mb/sha256_mb_param_test.c
/isa-l_crypto/sha512_mb/Makefile.am
/isa-l_crypto/sha512_mb/sha512_mb.c
/isa-l_crypto/sha512_mb/sha512_mb_param_test.c
/isa-l_crypto/tools/check_format.sh
/isa-l_crypto/tools/format.sh
/isa-l_crypto/tools/test_checks.sh
9475391e28-Mar-2024 Marcel Cornu <marcel.d.cornu@intel.com>

md5_mb: add new api with parameter checking

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


/isa-l_crypto/.github/workflows/ci.yml
/isa-l_crypto/Makefile.am
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/aes/Makefile.am
/isa-l_crypto/aes/aarch64/xts_aes_common.S
/isa-l_crypto/aes/aes_keyexp.c
/isa-l_crypto/aes/aes_param_test.c
/isa-l_crypto/aes/cbc_ossl_perf.c
/isa-l_crypto/aes/cbc_std_vectors_random_test.c
/isa-l_crypto/aes/cbc_std_vectors_test.c
/isa-l_crypto/aes/xts_128_expanded_key_test.c
/isa-l_crypto/aes/xts_128_test.c
/isa-l_crypto/aes/xts_256_expanded_key_test.c
/isa-l_crypto/aes/xts_256_test.c
/isa-l_crypto/configure.ac
/isa-l_crypto/include/aes_keyexp.h
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/mh_sha1.h
/isa-l_crypto/include/mh_sha256.h
/isa-l_crypto/include/test.h
/isa-l_crypto/isa-l_crypto.def
/isa-l_crypto/make.inc
Makefile.am
md5_mb.c
md5_mb_param_test.c
/isa-l_crypto/mh_sha1/Makefile.am
/isa-l_crypto/mh_sha1/mh_sha1.c
/isa-l_crypto/mh_sha1/mh_sha1_param_test.c
/isa-l_crypto/mh_sha1/mh_sha1_perf.c
/isa-l_crypto/mh_sha1/mh_sha1_test.c
/isa-l_crypto/mh_sha1/mh_sha1_update_test.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_perf.c
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_update_test.c
/isa-l_crypto/mh_sha256/Makefile.am
/isa-l_crypto/mh_sha256/mh_sha256.c
/isa-l_crypto/mh_sha256/mh_sha256_param_test.c
/isa-l_crypto/mh_sha256/mh_sha256_perf.c
/isa-l_crypto/mh_sha256/mh_sha256_test.c
/isa-l_crypto/mh_sha256/mh_sha256_update_test.c
/isa-l_crypto/rolling_hash/rolling_hash2_test.c
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_mgr_ce.c
/isa-l_crypto/sha1_mb/sha1_mb_flush_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_test.c
/isa-l_crypto/sha1_mb/sha1_mb_rand_update_test.c
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_flush_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_test.c
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_test.c
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sm3_mb/sm3_mb_flush_test.c
/isa-l_crypto/sm3_mb/sm3_mb_test.c
/isa-l_crypto/sm3_mb/sm3_ref_test.c
/isa-l_crypto/tools/check_format.sh
/isa-l_crypto/tools/nasm-filter.sh
/isa-l_crypto/tools/test_extended.sh
/isa-l_crypto/tools/yasm-filter.sh
a98e4a2e06-Mar-2024 Marcel Cornu <marcel.d.cornu@intel.com>

md5_mb: fix memory leaks in test apps

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>

fabd0c3604-Mar-2024 Marcel Cornu <marcel.d.cornu@intel.com>

lib: clear mb mgrs when initializing

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


/isa-l_crypto/LICENSE
/isa-l_crypto/Makefile.am
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/README.md
/isa-l_crypto/Release_notes.txt
/isa-l_crypto/aes/XTS_AES_128_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_128_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_sse.asm
/isa-l_crypto/aes/XTS_AES_256_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_avx.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_vaes.asm
/isa-l_crypto/aes/cbc_dec_128_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_128_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_192_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_192_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_256_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_256_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_vaes_avx512.asm
/isa-l_crypto/aes/cbc_enc_128_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_128_x8_sb.asm
/isa-l_crypto/aes/cbc_enc_192_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_192_x8_sb.asm
/isa-l_crypto/aes/cbc_enc_256_x4_sb.asm
/isa-l_crypto/aes/cbc_enc_256_x8_sb.asm
/isa-l_crypto/configure.ac
/isa-l_crypto/include/clear_regs.inc
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/sha1_mb.h
/isa-l_crypto/include/sha256_mb.h
/isa-l_crypto/include/sha512_mb.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/make.inc
md5_mb_mgr_init_avx2.c
md5_mb_mgr_init_avx512.c
md5_mb_mgr_init_sse.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx2.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_avx512.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_init_sse.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx2.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_avx512.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_init_sse.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx2.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_avx512.c
/isa-l_crypto/sha512_mb/sha512_mb_mgr_init_sse.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx2.c
/isa-l_crypto/sm3_mb/sm3_ctx_avx512.c
/isa-l_crypto/tests/acvp/acvp_app.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
8605854412-Feb-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

Fix a handful of spelling mistakes and typos

Fixed outstanding spelling mistakes and typos in comments and
variables found using codespell

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

Fix a handful of spelling mistakes and typos

Fixed outstanding spelling mistakes and typos in comments and
variables found using codespell

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

show more ...


/isa-l_crypto/Release_notes.txt
/isa-l_crypto/aes/XTS_AES_128_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_enc_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_enc_vaes.asm
/isa-l_crypto/aes/aarch64/cbc_dec_aes.S
/isa-l_crypto/aes/aarch64/gcm_enc_dec.S
/isa-l_crypto/aes/aarch64/xts_aes_128_common.S
/isa-l_crypto/aes/aarch64/xts_aes_128_dec.S
/isa-l_crypto/aes/aarch64/xts_aes_256_common.S
/isa-l_crypto/aes/aarch64/xts_aes_256_dec.S
/isa-l_crypto/aes/cbc_common.asm
/isa-l_crypto/aes/cbc_dec_128_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_128_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_192_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_192_x8_avx.asm
/isa-l_crypto/aes/cbc_dec_256_x4_sse.asm
/isa-l_crypto/aes/cbc_dec_256_x8_avx.asm
/isa-l_crypto/aes/cbc_ossl_perf.c
/isa-l_crypto/aes/gcm_avx_gen2.asm
/isa-l_crypto/aes/gcm_avx_gen4.asm
/isa-l_crypto/aes/gcm_ossl_perf.c
/isa-l_crypto/aes/gcm_sse.asm
/isa-l_crypto/aes/gcm_std_vectors_test.c
/isa-l_crypto/aes/ossl_helper.h
/isa-l_crypto/autogen.sh
/isa-l_crypto/configure.ac
/isa-l_crypto/examples/saturation_test/README.txt
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/multibinary.asm
/isa-l_crypto/make.inc
aarch64/md5_mb_sve.S
md5_mb_rand_update_test.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_block_ce.S
/isa-l_crypto/mh_sha1/aarch64/sha1_asimd_common.S
/isa-l_crypto/sha1_mb/aarch64/sha1_asimd_common.S
/isa-l_crypto/sha1_mb/aarch64/sha1_mb_x1_ce.S
/isa-l_crypto/sha1_mb/sha1_mb_rand_update_test.c
/isa-l_crypto/sha1_mb/sha1_ni_x1.asm
/isa-l_crypto/sha1_mb/sha1_ni_x2.asm
/isa-l_crypto/sha1_mb/sha1_opt_x1.asm
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x1_ce.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x2_ce.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x3_ce.S
/isa-l_crypto/sha256_mb/aarch64/sha256_mb_x4_ce.S
/isa-l_crypto/sha256_mb/sha256_mb_rand_update_test.c
/isa-l_crypto/sha256_mb/sha256_mb_x16_avx512.asm
/isa-l_crypto/sha256_mb/sha256_ni_x1.asm
/isa-l_crypto/sha256_mb/sha256_ni_x2.asm
/isa-l_crypto/sha256_mb/sha256_opt_x1.asm
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_x1_ce.S
/isa-l_crypto/sha512_mb/aarch64/sha512_mb_x2_ce.S
/isa-l_crypto/sha512_mb/sha512_mb_rand_update_test.c
/isa-l_crypto/sha512_mb/sha512_sse4.asm
/isa-l_crypto/sm3_mb/sm3_mb_rand_update_test.c
/isa-l_crypto/sm3_mb/sm3_mb_x8_avx2.asm
/isa-l_crypto/sm3_mb/sm3_multibinary.asm
/isa-l_crypto/tools/test_autorun.sh
/isa-l_crypto/tools/test_extended.sh
9d16652123-Oct-2023 chenxuqiang <cxq507@foxmail.com>

Fix the problem that sve functions cannot be debugged by gdb

Signed-off-by: chenxuqiang <cxq507@foxmail.com>


/isa-l_crypto/Makefile.am
/isa-l_crypto/aes/XTS_AES_128_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_128_dec_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_expanded_key_vaes.asm
/isa-l_crypto/aes/XTS_AES_256_dec_vaes.asm
/isa-l_crypto/aes/gcm_defines.asm
/isa-l_crypto/aes/gcm_std_vectors_random_test.c
/isa-l_crypto/aes/gcm_vaes_avx512.asm
/isa-l_crypto/aes/xts_128_rand.c
/isa-l_crypto/aes/xts_256_rand.c
/isa-l_crypto/include/sha1_mb.h
/isa-l_crypto/include/sha256_mb.h
aarch64/md5_mb_sve.S
/isa-l_crypto/mh_sha1/Makefile.am
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_aarch64_dispatcher.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_block_sve.S
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve.c
/isa-l_crypto/mh_sha1/aarch64/mh_sha1_sve2.c
/isa-l_crypto/mh_sha1/aarch64/sha1_sve_common.S
/isa-l_crypto/rolling_hash/rolling_hashx_base.c
/isa-l_crypto/sha1_mb/sha1_mb_mgr_datastruct.asm
/isa-l_crypto/sha1_mb/sha1_mb_mgr_submit_sse_ni.asm
/isa-l_crypto/sha1_mb/sha1_mb_test.c
/isa-l_crypto/sha256_mb/sha256_mb_mgr_datastruct.asm
/isa-l_crypto/sha512_mb/sha512_mb_test.c
/isa-l_crypto/sm3_mb/Makefile.am
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_aarch64_dispatcher.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_ctx_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_mgr_sve2.c
/isa-l_crypto/sm3_mb/aarch64/sm3_mb_sve.S
/isa-l_crypto/sm3_mb/aarch64/sm3_sve_common.S
/isa-l_crypto/tests/acvp/acvp_app.c
/isa-l_crypto/tests/acvp/acvp_app_isal_cbc.c
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
/isa-l_crypto/tests/acvp/acvp_app_isal_sha.c
/isa-l_crypto/tests/acvp/acvp_app_isal_xts.c
/isa-l_crypto/tests/acvp/cmp/cbc.resp.json
/isa-l_crypto/tests/acvp/cmp/gcm.resp.json
/isa-l_crypto/tests/acvp/cmp/sha1.resp.json
/isa-l_crypto/tests/acvp/cmp/sha2-256.resp.json
/isa-l_crypto/tests/acvp/cmp/sha2-512.resp.json
/isa-l_crypto/tests/acvp/cmp/xts.resp.json
/isa-l_crypto/tests/acvp/inv/cbc.req.json
/isa-l_crypto/tests/acvp/inv/gcm.req.json
/isa-l_crypto/tests/acvp/inv/sha1.req.json
/isa-l_crypto/tests/acvp/inv/sha2-256.req.json
/isa-l_crypto/tests/acvp/inv/sha2-512.req.json
/isa-l_crypto/tests/acvp/inv/xts.req.json
/isa-l_crypto/tests/acvp/makefile
/isa-l_crypto/tests/acvp/readme.md
08297dc320-Jun-2022 Daniel Hu <Daniel.Hu@arm.com>

optimization for md5_mb for aarch64 by SVE2

SVE2-128 shows about 5% uplift over SVE-128, which
is about 70% above Neon.

Change-Id: I200c2056734d6cb7725b82e5c52c432c20efa053
Signed-off-by: Daniel Hu

optimization for md5_mb for aarch64 by SVE2

SVE2-128 shows about 5% uplift over SVE-128, which
is about 70% above Neon.

Change-Id: I200c2056734d6cb7725b82e5c52c432c20efa053
Signed-off-by: Daniel Hu <Daniel.Hu@arm.com>

show more ...

dabcf58704-Aug-2022 Greg Tucker <greg.b.tucker@intel.com>

test: Change perf tests to warm by default

The cold versions of tests depended on a fixed size of last level
cache that is too low on some arch and too high for the total
available memory on others.

test: Change perf tests to warm by default

The cold versions of tests depended on a fixed size of last level
cache that is too low on some arch and too high for the total
available memory on others.

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

show more ...

26bfbc1717-Jun-2022 Greg Tucker <greg.b.tucker@intel.com>

md5_mb: Fix deprecated ossl md5 calls in comparison tests

Openssl 3.0 deprecated the MD5() call causing link warnings.

Change-Id: Ib50ccf8426ea80bc99bd2b6760630b4303775f78
Signed-off-by: Greg Tucke

md5_mb: Fix deprecated ossl md5 calls in comparison tests

Openssl 3.0 deprecated the MD5() call causing link warnings.

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

show more ...

123