History log of /isa-l_crypto/aes/ (Results 1 – 25 of 118)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
aea7beaf22-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] use unsigned conditional jumps

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

37ddc36613-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] reuse 128-bit key implementations for 256-bit key ones

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

20e19f1a14-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] implement decryption, from encryption implementation

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

7bbc1e3514-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] copy encryption implemention to decryption, as baseline

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

da9621a505-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] collapse repetitive instructions with rep

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

350157cf05-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] reduce final blocks cyclecost

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

0f28f48b08-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] reduce small packet cyclecost

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

ab5fd52604-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] rename and clean up encrypt_initial macro

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

a864fe6b01-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] replace SSE movdqa with VEX encoded vmovdqa

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

6733f0ca31-Oct-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] do not store expanded keys in stack

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

81def91d04-Nov-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [XTS] refactor test

Refactored test apps and added more test vectors, covering
more buffer sizes (from 16 to 512 bytes).

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/Makefile.am
/isa-l_crypto/Makefile.nmake
/isa-l_crypto/Makefile.unx
/isa-l_crypto/README.md
/isa-l_crypto/Release_notes.txt
XTS_AES_128_dec_expanded_key_vaes.asm
XTS_AES_128_dec_vaes.asm
XTS_AES_128_enc_expanded_key_vaes.asm
XTS_AES_128_enc_vaes.asm
XTS_AES_256_dec_expanded_key_vaes.asm
XTS_AES_256_dec_vaes.asm
XTS_AES_256_enc_expanded_key_vaes.asm
XTS_AES_256_enc_vaes.asm
cbc_dec_vaes_avx512.asm
gcm_vaes_avx512.asm
/isa-l_crypto/configure.ac
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/isa-l_crypto.def
/isa-l_crypto/make.inc
/isa-l_crypto/md5_mb/md5_ctx_avx512.c
/isa-l_crypto/md5_mb/md5_mb_mgr_flush_avx512.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_submit_avx512.asm
/isa-l_crypto/md5_mb/md5_mb_x16x2_avx512.asm
/isa-l_crypto/md5_mb/md5_multibinary.asm
/isa-l_crypto/mh_sha1/mh_sha1_avx512.c
/isa-l_crypto/mh_sha1/mh_sha1_block_avx512.asm
/isa-l_crypto/mh_sha1/mh_sha1_multibinary.asm
/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_block_avx512.asm
/isa-l_crypto/mh_sha1_murmur3_x64_128/mh_sha1_murmur3_x64_128_multibinary.asm
/isa-l_crypto/mh_sha256/mh_sha256_avx512.c
/isa-l_crypto/mh_sha256/mh_sha256_block_avx512.asm
/isa-l_crypto/mh_sha256/mh_sha256_multibinary.asm
/isa-l_crypto/misc/Makefile.am
/isa-l_crypto/misc/version.c
/isa-l_crypto/misc/version_test.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_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/sm3_ctx_avx512.c
/isa-l_crypto/sm3_mb/sm3_mb_mgr_flush_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_mgr_submit_avx512.asm
/isa-l_crypto/sm3_mb/sm3_mb_x16_avx512.asm
/isa-l_crypto/tests/acvp/acvp_app.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
5e6526ee21-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>


/isa-l_crypto/Doxyfile
aarch64/aes_gcm_aes_finalize_128.S
aarch64/aes_gcm_aes_finalize_256.S
aarch64/aes_gcm_aes_init.S
aarch64/gcm_enc_dec.S
aarch64/gcm_precomp.S
aarch64/gcm_update.S
aes_gcm.c
aes_param_test.c
gcm_avx_gen2.asm
gcm_avx_gen4.asm
gcm_nt_rand_test.c
gcm_nt_std_vectors_test.c
gcm_ossl_perf.c
gcm_pre.c
gcm_simple_example.c
gcm_sse.asm
gcm_std_vectors_random_test.c
gcm_std_vectors_test.c
gcm_vaes_avx512.asm
/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/include/aes_cbc.h
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/aes_gcm_internal.h
/isa-l_crypto/include/isal_crypto_api.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/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_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_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_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_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_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_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/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/sha512_mb/sha512_mb_x8_avx512.asm
/isa-l_crypto/tests/acvp/acvp_app_isal_gcm.c
e4a8493317-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>

7a78040617-May-2024 Marcel Cornu <marcel.d.cornu@intel.com>

aes: [GCM] remove unneeded definitions

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

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


aes_gcm.c
aes_param_test.c
gcm_nt_rand_test.c
gcm_ossl_perf.c
gcm_pre.c
gcm_simple_example.c
gcm_std_vectors_random_test.c
/isa-l_crypto/examples/saturation_test/aes_thread.c
/isa-l_crypto/include/aes_gcm.h
/isa-l_crypto/include/sm3_mb.h
/isa-l_crypto/include/sm3_mb_internal.h
/isa-l_crypto/md5_mb/md5_mb_rand_ssl_test.c
/isa-l_crypto/md5_mb/md5_mb_vs_ossl_perf.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/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/extended/sm3_mb_over_4GB_test.c
/isa-l_crypto/tools/test_extended.sh
9132047b13-May-2024 Pablo de Lara <pablo.de.lara.guarch@intel.com>

aes: [CBC] move register saving/restoring/clearing outside of macro

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

e7d829cb14-May-2024 Marcel Cornu <marcel.d.cornu@intel.com>

aes: rename internal key expansion symbols

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

72e7873614-May-2024 Marcel Cornu <marcel.d.cornu@intel.com>

update style for clang-format 18.1.6

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


/isa-l_crypto/Makefile.nmake
cbc_std_vectors.h
gcm_vectors.h
/isa-l_crypto/configure.ac
/isa-l_crypto/examples/saturation_test/isal_multithread_perf.c
/isa-l_crypto/examples/saturation_test/md5_thread.c
/isa-l_crypto/examples/saturation_test/sha256_thread.c
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/fips/sha_self_tests.c
/isa-l_crypto/include/isal_crypto_api.h
/isa-l_crypto/include/md5_mb.h
/isa-l_crypto/include/md5_mb_internal.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/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/include/sm3_mb.h
/isa-l_crypto/make.inc
/isa-l_crypto/md5_mb/aarch64/md5_ctx_aarch64_asimd.c
/isa-l_crypto/md5_mb/aarch64/md5_ctx_aarch64_sve.c
/isa-l_crypto/md5_mb/aarch64/md5_ctx_aarch64_sve2.c
/isa-l_crypto/md5_mb/aarch64/md5_mb_aarch64_dispatcher.c
/isa-l_crypto/md5_mb/aarch64/md5_mb_asimd_x1.S
/isa-l_crypto/md5_mb/aarch64/md5_mb_asimd_x4.S
/isa-l_crypto/md5_mb/aarch64/md5_mb_mgr_aarch64_asimd.c
/isa-l_crypto/md5_mb/aarch64/md5_mb_mgr_aarch64_sve.c
/isa-l_crypto/md5_mb/aarch64/md5_mb_mgr_aarch64_sve2.c
/isa-l_crypto/md5_mb/aarch64/md5_mb_multibinary.S
/isa-l_crypto/md5_mb/aarch64/md5_mb_sve.S
/isa-l_crypto/md5_mb/md5_ctx_avx.c
/isa-l_crypto/md5_mb/md5_ctx_avx2.c
/isa-l_crypto/md5_mb/md5_ctx_avx512.c
/isa-l_crypto/md5_mb/md5_ctx_base.c
/isa-l_crypto/md5_mb/md5_ctx_base_aliases.c
/isa-l_crypto/md5_mb/md5_ctx_sse.c
/isa-l_crypto/md5_mb/md5_job.asm
/isa-l_crypto/md5_mb/md5_mb.c
/isa-l_crypto/md5_mb/md5_mb_mgr_flush_avx.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_flush_avx2.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_flush_avx512.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_flush_sse.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_init_avx2.c
/isa-l_crypto/md5_mb/md5_mb_mgr_init_avx512.c
/isa-l_crypto/md5_mb/md5_mb_mgr_init_sse.c
/isa-l_crypto/md5_mb/md5_mb_mgr_submit_avx.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_submit_avx2.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_submit_avx512.asm
/isa-l_crypto/md5_mb/md5_mb_mgr_submit_sse.asm
/isa-l_crypto/md5_mb/md5_mb_param_test.c
/isa-l_crypto/md5_mb/md5_mb_rand_ssl_test.c
/isa-l_crypto/md5_mb/md5_mb_rand_test.c
/isa-l_crypto/md5_mb/md5_mb_rand_update_test.c
/isa-l_crypto/md5_mb/md5_mb_test.c
/isa-l_crypto/md5_mb/md5_mb_vs_ossl_perf.c
/isa-l_crypto/md5_mb/md5_mb_x4x2_avx.asm
/isa-l_crypto/md5_mb/md5_mb_x4x2_sse.asm
/isa-l_crypto/md5_mb/md5_multibinary.asm
/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/aarch64/rolling_hash2_aarch64_dispatcher.c
/isa-l_crypto/rolling_hash/aarch64/rolling_hash2_aarch64_multibinary.S
/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_multibinary.asm
/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_hash2_until_00.asm
/isa-l_crypto/rolling_hash/rolling_hash2_until_04.asm
/isa-l_crypto/rolling_hash/rolling_hashx_base.c
/isa-l_crypto/rolling_hash/rolling_hashx_internal.h
/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_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/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_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/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
69a73acf30-Apr-2024 Tomasz Kantecki <tomasz.kantecki@intel.com>

aes-gcm: add deprecate note to old AES-GCM API

Add "_" prefix to existing API names (old API) and makes them internal to the library.
Create new wrapper API with old names (no prefix) with a depreca

aes-gcm: add deprecate note to old AES-GCM API

Add "_" prefix to existing API names (old API) and makes them internal to the library.
Create new wrapper API with old names (no prefix) with a deprecation note.
Change self test and new API to call the internal API only.

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

show more ...

8ff4e1e807-May-2024 Marcel Cornu <marcel.d.cornu@intel.com>

aes: don't export internal key expansion functions

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

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

811b558f03-May-2024 Marcel Cornu <marcel.d.cornu@intel.com>

aes: [XTS] deprecate old AES-XTS API

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


XTS_AES_128_dec_avx.asm
XTS_AES_128_dec_expanded_key_avx.asm
XTS_AES_128_dec_expanded_key_sse.asm
XTS_AES_128_dec_expanded_key_vaes.asm
XTS_AES_128_dec_sse.asm
XTS_AES_128_dec_vaes.asm
XTS_AES_128_enc_avx.asm
XTS_AES_128_enc_expanded_key_avx.asm
XTS_AES_128_enc_expanded_key_sse.asm
XTS_AES_128_enc_expanded_key_vaes.asm
XTS_AES_128_enc_sse.asm
XTS_AES_128_enc_vaes.asm
XTS_AES_256_dec_avx.asm
XTS_AES_256_dec_expanded_key_avx.asm
XTS_AES_256_dec_expanded_key_sse.asm
XTS_AES_256_dec_expanded_key_vaes.asm
XTS_AES_256_dec_sse.asm
XTS_AES_256_dec_vaes.asm
XTS_AES_256_enc_avx.asm
XTS_AES_256_enc_expanded_key_avx.asm
XTS_AES_256_enc_expanded_key_sse.asm
XTS_AES_256_enc_expanded_key_vaes.asm
XTS_AES_256_enc_sse.asm
XTS_AES_256_enc_vaes.asm
aarch64/xts_aarch64_dispatcher.c
aarch64/xts_multibinary_aarch64.S
aes_xts.c
xts_aes_128_multibinary.asm
xts_aes_256_multibinary.asm
/isa-l_crypto/examples/saturation_test/md5_thread.c
/isa-l_crypto/fips/aes_self_tests.c
/isa-l_crypto/include/aes_xts.h
/isa-l_crypto/include/aes_xts_internal.h
/isa-l_crypto/md5_mb/md5_mb.c
/isa-l_crypto/md5_mb/md5_mb_param_test.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/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/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/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/tools/test_extended.sh
e28f341201-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>

9b0cbfb301-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 ...

12345