summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/mips64/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-141-4/+1
* Provide and use crypto_arch.h.jsing2024-08-111-5/+1
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-1/+3
* Move camellia to primary Makefile.jsing2024-03-291-3/+1
* 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
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-2/+1
* 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
* Replace BN_DIV3W with HAVE_BN_DIV_3_WORDS (in bn_arch.h).jsing2023-01-201-2/+1
* Retire OpenBSD/sgi.visa2021-05-011-5/+1
* Remove commented out rc5 bitstb2019-05-111-3/+1
* Revert to the use of C code for the basic BN routines (bn_add_words,miod2014-12-071-2/+7
* Add the Cammelia cipher to libcrypto.miod2014-11-171-1/+3
* Correctly enable assembler Montgomery routine.miod2014-05-021-1/+2
* Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512.miod2014-05-011-0/+36