summaryrefslogtreecommitdiff
path: root/random/unix/sha2_glue.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed tabs; fixed braces indent; added ASF header.fuankg2013-05-231-9/+25
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1485604 13f79535-47bb-0310-9956-ffa450edef68
* Prefix non-static symbols with 'apr__' to avoid namespace conflicts.fitz2005-12-071-3/+3
| | | | | | | | | | | | | | * random/unix/sha2.h, random/unix/sha2_glue.c, random/unix/sha2.c: Rename SHA256_Init, SHA256_Update, SHA256_Final, SHA256_Transform, SHA384_Init, SHA512_Init, SHA512_Final, SHA384_Final, SHA512_Update, SHA384_Update, and SHA512_Transform, , to apr__SHA256_Init, apr__SHA256_Update, apr__SHA256_Final, apr__SHA256_Transform, apr__SHA384_Init, apr__SHA512_Init, apr__SHA512_Final, apr__SHA384_Final, apr__SHA512_Update, apr__SHA384_Update, and apr__SHA512_Transform. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@354824 13f79535-47bb-0310-9956-ffa450edef68
* With the exception of some intersting(1) output from testall random2,wrowe2003-11-161-1/+1
| | | | | | | | | | Win32 APR1.0 now builds with apr_random. Required us to compliment APR_INT64_C with a corresponding APR_UINT64_C, and finish up Brad's efforts to APR_DECLARE() the various entry points. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64751 13f79535-47bb-0310-9956-ffa450edef68
* Start of new PRNG.ben2003-11-031-0/+33
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64712 13f79535-47bb-0310-9956-ffa450edef68