Home
last modified time | relevance | path

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 Dsha2.cpp46 #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 Dsha2.cpp44 #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()