summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/arch/arm/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide and use crypto_arch.h.jsing2024-08-111-4/+0
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-0/+2
* Move camellia to primary Makefile.jsing2024-03-291-2/+0
* Move aes_core.c to the primary Makefile.jsing2024-03-291-1/+0
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-0/+3
* Move wp_block.c to the primary Makefile.jsing2024-03-291-2/+0
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-1/+0
* Move rc4.c to primary Makefile.jsing2024-03-281-2/+0
* Move des sources to primary Makefile.jsing2024-03-281-2/+0
* Consolidate rc4 code.jsing2024-03-271-1/+1
* Move bf_enc.c to the primary Makefile.jsing2024-03-271-2/+0
* Stop building GF2m assemblytb2023-04-151-2/+0
* Remove the now empty bn_asm.c.jsing2023-01-311-1/+0
* Remove unused Elliptic Curve code.jsing2023-01-141-4/+0
* Remove commented out rc5 bitstb2019-05-111-2/+0
* Ride the current major bump and enable assembler code for nist 256p curve,miod2016-11-041-0/+4
* Add the Cammelia cipher to libcrypto.miod2014-11-171-0/+2
* Enable assembler code for AES, BN (Montgomery), GCM128, SHA1, SHA256 and SHA512.miod2014-05-031-0/+45