aboutsummaryrefslogtreecommitdiff
path: root/crypto/seed/seed.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Use _WIN32 over WIN32 for preprocessor conditionalBenjamin Kaduk1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-0/+9
2016-03-29crypto/seed: add small-footprint path.Andy Polyakov1-481/+360
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-276/+649
2012-02-26seed.c: incredibly enough seed.c can fail to compile on Solaris with certainAndy Polyakov1-0/+4
2008-12-16SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov1-2/+41
2007-08-31Constify seed and md2.Andy Polyakov1-1/+1
2007-04-23Add SEED encryption algorithm.Bodo Möller1-0/+286