summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve bit counter handling in MD5.jsing2025-01-191-1/+11
* Provide constant time comparison functions for size_t.jsing2024-11-081-1/+69
* Provide crypto_cpu_caps_init() as a CPU capability detection entry point.jsing2024-10-171-1/+3
* Reenable AES-NI in libcryptotb2024-09-061-1/+3
* Provide and use crypto_arch.h.jsing2024-08-111-1/+3
* Provide constant time operations for uint8_t.jsing2024-04-171-1/+68
* Include stdint.h since we use uint*_t types.jsing2024-03-281-1/+2
* Fix function guards.jsing2024-03-261-3/+3
* Clean up alignment handling.jsing2023-08-151-1/+32
* Clean up alignment handling for SHA-512.jsing2023-05-271-7/+44
* backout alignment changes (breaking at least two architectures)deraadt2023-05-191-46/+9
* Clean up alignment handling for SHA-512.jsing2023-05-171-9/+46
* Provide soon to be used crypto_store_htobe32().jsing2023-04-141-1/+20
* Provide and use crypto_ro{l,r}_u{32,64}().jsing2023-04-121-1/+33
* Provide and use crypto_store_htobe64().jsing2023-04-121-0/+34