summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Provide accelerated SHA-1 for aarch64.jsing2025-06-282-0/+248
* Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.jsing2025-06-092-6/+2
* Remove GNU assembler version check.jsing2025-06-091-4/+1
* Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.jsing2025-04-182-36/+36
* Pull casts from void * to uint8_t * up to variables, rather than inline.jsing2025-04-181-9/+11
* Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].jsing2025-04-181-8/+8
* Use crypto_rol_u64() instead of a separate ROTL64 define.jsing2025-04-181-5/+4
* Provide an accelerated SHA-512 assembly implementation for aarch64.jsing2025-03-122-0/+346
* Use .arch rather than .cpu for sha2 instructions.jsing2025-03-121-2/+2
* Provide an accelerated SHA-256 assembly implementation for aarch64.jsing2025-03-072-0/+223
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-143-20/+40
* Remove #error if OPENSSL_NO_FOO is definedtb2025-01-251-5/+1
* Use name instead of register.jsing2025-01-181-3/+3
* Provide a SHA-1 assembly implementation for amd64 using SHA-NI.jsing2024-12-062-1/+177
* Another now unused perlasm script can bite the dust.jsing2024-12-041-1267/+0
* Provide a replacement assembly implementation for SHA-1 on amd64.jsing2024-12-042-0/+342
* Simplify endian handling in SHA-3.jsing2024-11-231-26/+5
* Provide a SHA-256 assembly implementation for amd64 using SHA-NI.jsing2024-11-162-1/+218
* Remove sha512-x86_64.pl.jsing2024-11-161-347/+0
* Provide a replacement assembly implementation for SHA-512 on amd64.jsing2024-11-162-0/+333
* Specify size for K256 symbol.jsing2024-11-161-1/+2
* Use multipliers for stack offsets and tweak comment.jsing2024-11-121-9/+9
* Provide a replacement assembly implementation for SHA-256 on amd64.jsing2024-11-082-0/+327
* Missed SHA224() in previous: reverse order of attributestb2024-06-011-3/+3
* Reverse order of attributestb2024-06-011-9/+9
* Remove support for static buffers in HMAC/digeststb2024-06-014-24/+9
* Demacro sha1.jsing2024-03-281-164/+252
* Fix line wrapping.jsing2024-03-281-6/+4
* Rework input and output handling for sha1.jsing2024-03-261-128/+79
* Replace uses of endbr64 with _CET_ENDBR from cet.htb2024-02-242-5/+5
* Stop including md32_common.h.jsing2023-08-111-15/+1
* Demacro sha256.jsing2023-08-111-49/+114
* Remove MD32_REG_T.jsing2023-08-102-5/+5
* Hide symbols in shabeck2023-07-083-3/+26
* Remove unused SHA-1 implementation.jsing2023-07-081-86/+1
* Remove now unnecessary "do { } while (0)"jsing2023-07-081-4/+2
* Inline HASH_MAKE_STRING macro.jsing2023-07-081-15/+14
* Reorder functions.jsing2023-07-081-113/+113
* style(9)jsing2023-07-081-36/+33
* Implement SHA1_{Update,Transform,Final}() directly in sha1.c.jsing2023-07-071-5/+104
* Clean up alignment handling for SHA-256.jsing2023-07-071-63/+43
* Clean up SHA-256 input handling and round macros.jsing2023-07-071-72/+58
* Remove unused SHA-256 implementation.jsing2023-07-071-71/+1
* Replace HOST_l2c() with htob32() or crypto_store_htobe32().jsing2023-07-071-17/+15
* Demacro SHA-512.jsing2023-07-021-54/+112
* Sprinkle some style(9).jsing2023-05-281-15/+15
* Expand occurrences of HASH_CTX that were previously missed.jsing2023-05-281-4/+5
* Reorder functions.jsing2023-05-281-214/+214
* Clean up includes.jsing2023-05-281-6/+5
* Remove now unnecessary do {} while(0);jsing2023-05-281-3/+1