JacobBarthelmeh 12ee732fe2 Merge pull request #6981 from douzzer/20231102-vector-register-dynamic-fallback-aes 6 months ago
..
Kbuild 3ea0fb30dd AES XTS x64 ASM: add AVX1 and AESNI implementations 8 months ago
Makefile 9dcc48c8f7 update copyright to 2023 1 year ago
get_thread_size.c 9dcc48c8f7 update copyright to 2023 1 year ago
include.am ff4c6e5d7b linuxkm: relocate WOLFSSL_LINUXKM code in wolfssl/wolfcrypt/wc_port.h and wolfcrypt/src/memory.c to linuxkm/{linuxkm_wc_port.h,linuxkm_memory.c}, and gate SIMD in IRQ handlers on -DLINUXKM_SIMD_IRQ in prep for Linux 5.16; 2 years ago
linuxkm_memory.c 4f4842fce6 linuxkm/linuxkm_memory.c: refactor SAVE/RESTORE_VECTOR_REGISTERS() to be per-process rather than per-CPU, and add migrate_disable/enable() to kernel_fpu_begin/end() because preempt_disable() is just a barrier on _PREEMPT_VOLUNTARY kernels; 1 year ago
linuxkm_wc_port.h a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 7 months ago
module_exports.c.template 7dedfe08ef cryptonly and linuxkm fixes: fix --enable-all[-crypto] with --enable-opensslextra and --enable-cryptonly (build failures detected by multi-test linuxkm-all-asm-cryptonly-opensslextra-pie after merge of 54f2d56300 and e2bbacd548). 6 months ago
module_hooks.c f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 11 months ago
pie_first.c 9dcc48c8f7 update copyright to 2023 1 year ago
pie_last.c 9dcc48c8f7 update copyright to 2023 1 year ago
pie_redirect_table.c 9dcc48c8f7 update copyright to 2023 1 year ago