aboutsummaryrefslogtreecommitdiff
path: root/test/siphash_internal_test.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-27Test that SipHash_Final() fails on uninited contextTomas Mraz1-0/+2
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell1-1/+0
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-15test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte1-2/+2
2018-09-09SipHash: add separate setter for the hash sizeRichard Levitte1-8/+15
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-06Code cleanup: remove benchmark code from internal testsRichard Levitte1-65/+0
2017-11-25Create a prototype for OPENSSL_rdtscKurt Roeckx1-2/+2
2017-11-17Iron out /WX errors in VC-WIN32.Andy Polyakov1-2/+2
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-22/+11
2017-04-24Adapt all test programsRichard Levitte1-3/+2
2017-04-20VMS: remove name mangling guards around inclusion of internalsRichard Levitte1-11/+0
2017-04-18VMS: Fix internals test programsRichard Levitte1-0/+11
2017-04-13Update the internal siphash tests to use the framework's output.Pauli1-107/+36
2017-03-29Use the z modifier instead of OSSLzu with BIO_printfRichard Levitte1-1/+1
2017-02-01Add support for parameterized SipHashTodd Short1-0/+431