Searched refs:arc4random_buf (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
| H A D | arc4random.cpp | 42 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf10() 52 arc4random_buf(buf, sizeof(buf)); in test_arc4random_buf256()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 1389 REAL(arc4random_buf)(buffer, length); in GetRandom() local
|
| H A D | sanitizer_common_interceptors.inc | 9795 INTERCEPTOR(void, arc4random_buf, void *buf, SIZE_T len) { 9797 COMMON_INTERCEPTOR_ENTER(ctx, arc4random_buf, buf, len); 9798 REAL(arc4random_buf)(buf, len); 9812 COMMON_INTERCEPT_FUNCTION(arc4random_buf); \
|