Home
last modified time | relevance | path

Searched refs:CCRandomGenerateBytes (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/providers/implementations/rands/seeding/
Drand_unix.c371 if (CCRandomGenerateBytes(buf, buflen) == kCCSuccess) in syscall_random()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
Drand_unix.c371 if (CCRandomGenerateBytes(buf, buflen) == kCCSuccess) in syscall_random()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt198 CCRandomGenerateBytes
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5736 pub fn CCRandomGenerateBytes(bytes: *mut ::c_void, size: ::size_t) -> ::CCRNGStatus; in CCRandomGenerateBytes() function