cryb-to/t
Dag-Erling Smørgrav 56eccb99fe Add two utility functions which check if a string contains something that
can be interpreted as either true or false.  Use this instead of a basic
non-NULL test for the CRYB_PERFTEST check.
2014-12-29 13:22:53 +00:00
..
Makefile.am Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
t.h Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t__string.c Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00
t_const.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_ctype.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_file.c Add <stdint.h> for the {,u}int*_t types. 2014-10-30 12:51:03 +00:00
t_hmac_sha1.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha224.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha256.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha384.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_hmac_sha512.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_main.c Fix off-by-one error in TAP output: the test case number was being 2014-12-29 13:03:08 +00:00
t_malloc.c If the test case changes desc, it *must* point to an allocated buffer 2014-12-29 12:56:35 +00:00
t_md2.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_md4.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_md5.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_mpi.c It appears that gcc does not accept partial struct initialization. Add 2014-10-30 12:46:01 +00:00
t_murmur3_32.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_pearson.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_rfc3986.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_rfc4648.c Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
t_sha1.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha224.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha256.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha384.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_sha512.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_string.c Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00
t_strlcat.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_strlcmp.c Provisionally include strlcmp(), although it is not (currently) used 2014-12-20 00:23:59 +00:00
t_strlcpy.c Remove <stdio.h> from code that doesn't need it. 2014-08-02 23:23:19 +00:00
t_util.c Add two utility functions which check if a string contains something that 2014-12-29 13:22:53 +00:00
t_wstring.c Add a string comparison function and a string equality predicate. 2014-12-29 12:41:39 +00:00