summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/sha256.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.jsing2025-02-141-7/+14
* Remove support for static buffers in HMAC/digeststb2024-06-011-9/+1
* Fix line wrapping.jsing2024-03-281-6/+4
* Stop including md32_common.h.jsing2023-08-111-15/+1
* Demacro sha256.jsing2023-08-111-49/+114
* Remove MD32_REG_T.jsing2023-08-101-2/+2
* Hide symbols in shabeck2023-07-081-1/+10
* 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
* 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
* More whitespace fixes.jsing2023-03-291-51/+51
* Add license to sha256.c/sha512.c.jsing2023-03-261-3/+50
* Add some blank lines for readability, along with some more style(9) tweaks.jsing2023-03-261-4/+15
* Whack sha with a style(9) stick.jsing2023-03-261-156/+260
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-091-3/+2
* lenght -> lengthjsg2019-01-211-2/+2
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-3/+3
* remove return value from HOST_c2l/l2c macrosbcook2014-08-181-4/+4
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-2/+5
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-2/+2
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-2/+2
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-2/+3
* Import OpenSSL 1.0.1gmiod2014-04-131-3/+3
* import OpenSSL-1.0.1cdjm2012-10-131-2/+2
* import OpenSSL-1.0.0adjm2010-10-011-21/+11
* import openssl-0.9.8jdjm2009-01-091-0/+10
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+282