openssl/crypto/sha
Andy Polyakov 7997b13aa3 Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX
reserves for truncated hash function output mode and makes SHA224
thread-safe. Next stop is integration with EVP and we're done...
2004-05-31 12:26:18 +00:00
..
asm Kill unused macro and reimplement it for that single context it can 2004-05-31 12:06:27 +00:00
.cvsignore
Makefile.ssl make update 2004-05-25 09:41:00 +00:00
sha1_one.c size_t-fication of message digest APIs. We should size_t-fy more APIs... 2004-05-15 11:29:55 +00:00
sha1.c
sha1dgst.c
sha1s.cpp
sha1test.c
sha256.c Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX 2004-05-31 12:26:18 +00:00
sha256t.c Make sure we return 0 if test passed. 2004-05-28 21:42:40 +00:00
sha512.c Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX 2004-05-31 12:26:18 +00:00
sha512t.c Make sure we return 0 if test passed. 2004-05-28 21:42:40 +00:00
sha_dgst.c
sha_locl.h Since num is now a size_t, it's not necssary to check for less than 0, 2004-05-27 09:20:42 +00:00
sha_one.c size_t-fication of message digest APIs. We should size_t-fy more APIs... 2004-05-15 11:29:55 +00:00
sha.c
sha.h Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX 2004-05-31 12:26:18 +00:00
shatest.c