summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Inline HASH_MAKE_STRING for SHA256.jsing2023-05-281-34/+37
* Implement SHA256_{Update,Transform,Final}() directly in sha256.c.jsing2023-05-271-4/+103
* Clean up alignment handling for SHA-512.jsing2023-05-271-73/+52
* backout alignment changes (breaking at least two architectures)deraadt2023-05-191-49/+72
* Clean up alignment handling for SHA-512.jsing2023-05-171-72/+49
* Clean up SHA-512 input handling and round macros.jsing2023-05-161-47/+49
* Reduce the number of SHA-512 C implementations from three to one.jsing2023-05-121-134/+1
* Remove duplicate NID definitionstb2023-04-251-11/+1
* Remove no longer necessary compat #definestb2023-04-251-6/+1
* Add endbr64 where needed by inspection. Passes regresson tests.deraadt2023-04-252-0/+5
* Provide EVP methods for SHA3 224/256/384/512.jsing2023-04-161-1/+11
* Provide EVP methods for SHA512/224 and SHA512/256.jsing2023-04-161-1/+6
* Bounds check mdlen that is passed to sha3_init().jsing2023-04-161-2/+5
* Use size_t rather than int.jsing2023-04-152-13/+13
* Add SHA3 digest length define that was previously missed.jsing2023-04-151-1/+2
* Remove sha3() function, which will not be used or exposed.jsing2023-04-152-16/+2
* Mark sha3_keccakf() as static and remove prototype from header.jsing2023-04-152-5/+3
* Use memset() to zero the context, instead of zeroing manually.jsing2023-04-151-5/+3
* Provide SHA3 length related defines.jsing2023-04-151-1/+27
* Use the same byte order tests as we do elsewhere in libcrypto.jsing2023-04-151-3/+5
* Rename SHA3 context struct field from 'st' to 'state'.jsing2023-04-152-15/+15
* Rename SHA3 context to align with existing code.jsing2023-04-152-14/+14
* Move some defines out of the sha3_internal.h header.jsing2023-04-152-10/+6
* Revise header guards.jsing2023-04-151-4/+4
* Pull constant tables out of sha3_keccakf().jsing2023-04-151-24/+24
* Strip and reformat comments.jsing2023-04-152-44/+14
* Apply style(9) (first pass).jsing2023-04-152-146/+152
* Import sha3_internal.h.jsing2023-04-151-2/+2
* Add license to sha3 files.jsing2023-04-152-0/+50
* Import tiny_sha3jsing2023-04-152-0/+238