summaryrefslogtreecommitdiff
path: root/test/siphash_internal_test.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Test that SipHash_Final() fails on uninited contextTomas Mraz2022-04-271-0/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-171-1/+0
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte2018-11-151-2/+2
* SipHash: add separate setter for the hash sizeRichard Levitte2018-09-091-8/+15
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Code cleanup: remove benchmark code from internal testsRichard Levitte2018-02-061-65/+0
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-251-2/+2
* Iron out /WX errors in VC-WIN32.Andy Polyakov2017-11-171-2/+2
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-22/+11
* Adapt all test programsRichard Levitte2017-04-241-3/+2
* VMS: remove name mangling guards around inclusion of internalsRichard Levitte2017-04-201-11/+0
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+11
* Update the internal siphash tests to use the framework's output.Pauli2017-04-131-107/+36
* Use the z modifier instead of OSSLzu with BIO_printfRichard Levitte2017-03-291-1/+1
* Add support for parameterized SipHashTodd Short2017-02-011-0/+431