cryb-to/t
Dag-Erling Smørgrav fa68f15c34 Ensure that we always have off_t and ssize_t in scope.
POSIX requires <stdio.h> and <unistd.h> to define off_t and ssize_t like <sys/types.h> does, but not all platforms respect that.  Play it safe by always including <sys/types.h>.
2016-09-15 10:15:00 +02:00
..
.gitignore Prepare for moving to Github 2015-12-14 15:55:38 +01:00
Makefile.am Build system overhaul 2015-12-14 18:08:22 +01:00
t__string.c Move main() from libcryb-test to the test program. 2016-03-15 14:29:44 +01:00
t_adler.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_aes.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_ctype.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_endian.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_fletcher.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha1.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha224.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha256.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha384.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_hmac_sha512.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_md2.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_md4.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_md5.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_memset_s.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_mpi.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_murmur3_32.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_pearson.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_rc4.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_rfc3986.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_rfc4648.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_sha1.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_sha224.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_sha256.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_sha384.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_sha512.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_string.c
t_strlcat.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_strlcmp.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_strlcpy.c Ensure that we always have off_t and ssize_t in scope. 2016-09-15 10:15:00 +02:00
t_wstring.c