Home
last modified time | relevance | path

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 Darc4random.cpp42 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 Dsanitizer_mac.cpp1389 REAL(arc4random_buf)(buffer, length); in GetRandom() local
H A Dsanitizer_common_interceptors.inc9795 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); \