Home
last modified time | relevance | path

Searched refs:randBytes (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c140 result = randBytes(buffer, bytes_needed); in ossl_pool_acquire_entropy()
144 * no else here: randStatus said ok, if randBytes failed in ossl_pool_acquire_entropy()
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c140 result = randBytes(buffer, bytes_needed); in ossl_pool_acquire_entropy()
144 * no else here: randStatus said ok, if randBytes failed in ossl_pool_acquire_entropy()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1790 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() functions

Completed in 6 milliseconds