cryb-to/t
Dag-Erling Smørgrav 95ab26f82c Major cleanup of the MD and SHA digests.
- Use the new vector byte-order conversion functions where appropriate.
- Use memset_s() instead of memset() where appropriate.
- Use consistent names and types for function arguments.
- Reindent, rename and reorganize to conform to Cryb style and idiom.

SHA224 and SHA256 were left mostly unchanged.  MD2 and MD4 were completely rewritten as the previous versions (taken from XySSL) seem to have been copied from RSAREF.

This breaks the ABI as some context structures have grown or shrunk and some function arguments have been changed from int to size_t.
2017-03-21 14:57:19 +01:00
..
.gitignore Implement DES (single-key ECB only for now). 2017-03-18 17:12:16 +01:00
Makefile.am Implement DES (single-key ECB only for now). 2017-03-18 17:12:16 +01:00
t__string.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_adler.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_aes.c Use CAVP test vectors for AES and DES. 2017-03-19 14:47:11 +01:00
t_assert.c Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
t_chacha.c Remove incorrect and unnecessary casts. 2017-03-16 18:07:24 +01:00
t_cipher.c
t_core.c
t_ctype.c Rename t_verbose*() to t_printv*(). 2017-03-14 14:36:52 +01:00
t_cxx.cc
t_des.c Use CAVP test vectors for AES and DES. 2017-03-19 14:47:11 +01:00
t_digest.c
t_enc.c
t_endian.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_fletcher.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hash.c
t_hmac_sha1.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha224.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha256.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha384.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_hmac_sha512.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_mac.c
t_md2.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_md4.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_md5.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_memset_s.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_mpi.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_murmur3_32.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_oath.c
t_pearson.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_rand.c
t_rc4.c Use the keystream function like we do for other stream ciphers. 2017-03-19 14:52:14 +01:00
t_rfc3986.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_rfc4648.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_salsa.c Implement the Salsa family of stream ciphers. 2017-03-18 14:42:26 +01:00
t_sha1.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha224.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha256.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_sha384.c Major cleanup of the MD and SHA digests. 2017-03-21 14:57:19 +01:00
t_sha512.c Major cleanup of the MD and SHA digests. 2017-03-21 14:57:19 +01:00
t_string.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00
t_strlcat.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_strlcmp.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_strlcpy.c Annotate t_add_test() as printf()-like and fix the fallout. 2017-03-14 15:07:02 +01:00
t_wstring.c Mechanically bump copyright dates to the date of the latest commit. 2017-02-19 20:07:43 +01:00