Searched refs:SHA_FileChunk (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/ |
| H A D | sha2.cpp | 46 #define SHA_FileChunk(x) _SHA_FileChunk(x) macro 118 char *p = SHA_FileChunk(SHASIZE)("/etc/fstab", digest, 10, 20); in test6() 125 char *p = SHA_FileChunk(SHASIZE)("/etc/fstab", NULL, 10, 20); in test7()
|
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | sha2.cpp | 44 #define SHA_FileChunk(x) _SHA_FileChunk(x) macro 112 char *p = SHA_FileChunk(SHASIZE)("/etc/fstab", digest, 10, 20); in test6() 119 char *p = SHA_FileChunk(SHASIZE)("/etc/fstab", NULL, 10, 20); in test7()
|