summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/powerpc64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove DES_UNROLL from opensslconf.h.jsing8 days1-12/+0
* Remove BN_LLONG defines/undefs from opensslconf.h.jsing12 days1-5/+0
* Remove BF_PTRtb2025-06-111-5/+0
* Move (mostly) MI constants to proper headerstb2025-06-091-32/+0
* Remove ${MULTIPLE_OF_EIGHT}_BIT*tb2025-06-081-7/+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
* Support OPENSSL_NO_FILENAMEStb2025-03-091-0/+10
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-141-3/+1
* Mop up RC4_INDEX.jsing2025-01-271-7/+0
* cryptlib.h: adjust header guard for upcoming surgerytb2024-11-051-1/+1
* Clean up PPC CPU capabilities and Montgomery code.jsing2024-11-011-6/+2
* Provide and use crypto_arch.h.jsing2024-08-111-0/+21
* Move camellia to primary Makefile.jsing2024-03-291-3/+1
* Move aes_core.c to the primary Makefile.jsing2024-03-291-3/+1
* Move wp_block.c to the primary Makefile.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/+2
* Remove OPENSSL_UNISTD definetb2024-03-281-3/+0
* Move rc4.c to primary Makefile.jsing2024-03-281-3/+1
* Move des sources to primary Makefile.jsing2024-03-281-3/+1
* Consolidate rc4 code.jsing2024-03-271-2/+2
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-3/+1
* Remove the now empty bn_asm.c.jsing2023-01-311-2/+1
* Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addmiod2023-01-171-6/+2
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Disable assembly code for powerpc64; more work is needed to make it work.kettenis2020-06-291-8/+9
* Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis2020-06-281-3/+3
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-262-194/+1
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-252-0/+386