summaryrefslogtreecommitdiff
path: root/lib/libcrypto/sha
AgeCommit message (Expand)Author
2023-04-15Apply style(9) (first pass).Joel Sing
2023-04-15Import sha3_internal.h.Joel Sing
2023-04-15Add license to sha3 files.Joel Sing
2023-04-15Import tiny_sha3Joel Sing
2023-04-14Add support for truncated SHA512 variants.Joel Sing
2023-04-14Use memset() and only initialise non-zero struct members.Joel Sing
2023-04-12Remove now unused sha_local.h.Joel Sing
2023-04-12Provide and use crypto_ro{l,r}_u{32,64}().Joel Sing
2023-04-12Provide and use crypto_store_htobe64().Joel Sing
2023-04-11Recommit jsing's r1.27 - portable is readyTheo Buehler
2023-04-11Back out r1.27 using htobe64() - apparently some OS don't have it.Theo Buehler
2023-04-11Consolidate sha1 into a single file.Joel Sing
2023-04-11Simplify handling of big vs little endian.Joel Sing
2023-04-11Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().Joel Sing
2023-04-11Omit sha512_block_data_order() prototype when assembly is not being used.Joel Sing
2023-04-11Remove less than useful implementation notes.Joel Sing
2023-03-29More whitespace fixes.Joel Sing
2023-03-29Whitespace fixes.Joel Sing
2023-03-29Whitespace fixes.Joel Sing
2023-03-29Use multiple statements instead of a statement with multiple expressions.Joel Sing
2023-03-29Mop up MD32_XARRAY from SHA1.Joel Sing
2023-03-29Inline initial hash data values for SHA1.Joel Sing
2023-03-27Reorder functions/code.Joel Sing
2023-03-27Tidy includes.Joel Sing
2023-03-26Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.Joel Sing
2023-03-26Remove unnecessary HIDDEN_DECLS.Joel Sing
2023-03-26Removes some unwanted spaces.Joel Sing
2023-03-26Whack sha1dgst.c with the style(9) stick again.Joel Sing
2023-03-26Tidy up includes.Joel Sing
2023-03-26Inline sha_local.h in sha1dgst.c.Joel Sing
2023-03-26Add license to sha256.c/sha512.c.Joel Sing
2023-03-26Use multiple statements instead of comma separated expressions.Joel Sing
2023-03-26Add blank lines for readability.Joel Sing
2023-03-26Add some blank lines for readability, along with some more style(9) tweaks.Joel Sing
2023-03-26Whack sha with a style(9) stick.Joel Sing
2023-02-23Use explicit .text instead of .previous to please Windows/MinGW on amd64Theo Buehler
2023-02-09Use .section .rodata instead of a plain .rodataTheo Buehler
2023-02-02Remove AIX toc data after every function. NFCMiod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2023-02-02Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-02-01Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-02-01For xonly, move sha512-ppc.pl's table from text to rodataGeorge Koehler
2010-10-01import OpenSSL-1.0.0aDamien Miller
2023-01-19Remove various unused assembly files and assembly generation scripts.Joel Sing
2023-01-14Move constants out of text segment into rodata to prepare for xonly supportTheo de Raadt
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2023-01-13Move all data tables from .text section to .rodata, and update the code toMiod Vallat
2010-10-01import OpenSSL-1.0.0aDamien Miller
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2010-10-01import OpenSSL-1.0.0aDamien Miller