summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove DES_UNROLL from opensslconf.h.jsing9 days1-12/+0
* Remove BN_LLONG defines/undefs from opensslconf.h.jsing13 days1-5/+0
* Remove crypto_cpu_caps_ia32()jsing14 days2-9/+2
* Move AES-NI for ECB out of EVP.jsing14 days1-1/+2
* Move AES-NI from EVP to AES for CCM mode.jsing2025-07-211-1/+2
* Simplify AES-XTS implementation and remove AES-NI specific code from EVP.jsing2025-07-131-1/+2
* Rework gcm128 implementation selection for amd64/i386.jsing2025-06-282-2/+9
* Add CLMUL and MMX to machine dependent CPU capabilities for i386.jsing2025-06-282-4/+10
* Move AES-NI from EVP to AES for CTR mode.jsing2025-06-271-2/+3
* Integrate AES-NI into the AES code.jsing2025-06-151-1/+3
* Provide machine dependent CPU capabilities for i386.jsing2025-06-152-3/+17
* Remove BF_PTRtb2025-06-111-5/+0
* Move (mostly) MI constants to proper headerstb2025-06-091-32/+0
* Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.jsing2025-06-091-2/+1
* Remove ${MULTIPLE_OF_EIGHT}_BIT*tb2025-06-081-12/+0
* Garbage collect DES_PTRtb2025-06-081-6/+0
* Remove DES_RISC*tb2025-06-081-55/+0
* Rename the header guard of des.h with HEADER_DES_Htb2025-06-051-1/+1
* Remove preprocessor branching on HEADER_DES_Htb2025-06-051-1/+1
* opensslconf.h: remove md2 leftoverstb2025-06-051-4/+0
* Remove BS-AES and VP-AES from EVP.jsing2025-04-181-3/+1
* Support OPENSSL_NO_FILENAMEStb2025-03-091-0/+10
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-142-5/+11
* Mop up RC4_INDEX.jsing2025-01-271-7/+0
* Check the correct variable in cpuid().jsing2024-11-121-2/+2
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-051-1/+1
* Remove IA32 specific code from cryptlib.c.jsing2024-10-192-3/+10
* Provide crypto_cpu_caps_init() for i386.jsing2024-10-183-10/+120
* Unexport OPENSSL_cpuid_setup and OPENSSL_ia32cap_Ptb2024-08-311-1/+0
* Provide and use crypto_arch.h.jsing2024-08-112-8/+35
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-1/+3
* Move camellia to primary Makefile.jsing2024-03-291-5/+1
* Stop building camellia assembly on amd64 and i386.jsing2024-03-291-2/+4
* Move aes_core.c to the primary Makefile.jsing2024-03-291-2/+1
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-1/+4
* Move wp_block.c to the primary Makefile.jsing2024-03-291-3/+1
* Stop building whirlpool assembly on amd64 and i386.jsing2024-03-291-3/+1
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-2/+1
* Make AES_cbc_encrypt() always be a C function.jsing2024-03-281-1/+3
* Remove OPENSSL_UNISTD definetb2024-03-281-3/+0
* Move rc4.c to primary Makefile.jsing2024-03-281-2/+1
* Use C functions for RC4 public API.jsing2024-03-281-1/+4
* Move des sources to primary Makefile.jsing2024-03-281-3/+1
* Stop building the assembly implementation of des and ripemd on i386.jsing2024-03-281-6/+2
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-3/+1
* Stop building the assembly implementation of blowfish on i386.jsing2024-03-271-3/+2
* split the Symbols.list up so that arch specific symbols do not end up everywhererobert2023-11-121-0/+1
* Stop building GF2m assemblytb2023-04-151-3/+1
* Replace bn_sub_part_words() with bn_sub().jsing2023-02-221-2/+1
* Remove unused Elliptic Curve code.jsing2023-01-141-5/+1