libsodium/test/default
2013-07-07 22:04:13 -07:00
..
auth2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
auth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
auth3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth5.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
auth5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
auth.c Keep ming Visual C++ happy 2013-04-26 21:52:21 -07:00
auth.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
box2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box7.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
box7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box8.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
box8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
box.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
box.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
cmptest.h Fix "make check" target when compiled in a dedicated directory. 2013-04-27 11:43:26 -07:00
core1.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core1.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core4.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core5.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
core6.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
core6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
generichash2.c Sizes are unsigned 2013-04-27 04:34:36 -07:00
generichash2.exp Add some test vectors for the generichash streaming API 2013-04-21 17:32:09 -07:00
generichash.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
generichash.exp Add preliminary tests for crypto_generichash (blake2) 2013-04-21 17:32:08 -07:00
hash2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash3.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
hash3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
hash.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
hash.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
Makefile.am Have "make distclean" remove *.res files 2013-04-27 16:42:37 -07:00
onetimeauth2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
onetimeauth2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth7.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
onetimeauth7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
onetimeauth.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
onetimeauth.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
pre.js Add a pre-js script for providing /dev/urandom to tests in Javascript. 2013-07-07 22:04:13 -07:00
randombytes.c Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult5.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult5.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult6.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult6.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
scalarmult.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
scalarmult.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
secretbox2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox7.c Tests: use size_t for sizes, not int. 2013-04-26 23:25:14 -07:00
secretbox7.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox8.c Use rand() instead of random() in regression tests. 2013-04-28 01:02:52 -07:00
secretbox8.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
secretbox.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
secretbox.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
shorthash.c sizes are unsigned. 2013-04-27 04:41:34 -07:00
shorthash.exp Reintroduce shorthash, this time with the key... 2013-02-13 21:14:29 +08:00
sodium_core.c Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_core.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_utils.c char vs unsigned char in the sodium_utils test 2013-04-26 21:51:59 -07:00
sodium_utils.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_version.c Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
sodium_version.exp Add tests for sodium_*() functions. 2013-04-25 22:37:15 -07:00
stream2.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream2.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream3.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream3.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream4.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream4.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00
stream5.c + aes256estream 2013-04-26 21:06:34 -07:00
stream5.exp + aes256estream 2013-04-26 21:06:34 -07:00
stream6.c + aes256estream 2013-04-26 21:06:34 -07:00
stream6.exp + aes256estream 2013-04-26 21:06:34 -07:00
stream.c Only include sodium.h in tests. 2013-04-21 17:32:04 -07:00
stream.exp Move tests to test/default and windows to quirks/windows. 2013-02-09 04:21:32 +08:00