Home
last modified time | relevance | path

Searched refs:get_random_bytes (Results 1 – 9 of 9) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp3_big_random_buf.rs19 let buf = random::random::get_random_bytes(1024); in test_big_random_buf()
H A Dp3_cli_random_limits.rs13 random::random::get_random_bytes(n.parse().unwrap()); in run()
H A Dp3_random_imports.rs10 let array = random::random::get_random_bytes(100); in run()
H A Dp2_random.rs19 let array = random::random::get_random_bytes(p2_random_size); in main()
/wasmtime-44.0.1/crates/wasi/src/p3/random/
H A Dhost.rs7 fn get_random_bytes(&mut self, len: u64) -> wasmtime::Result<Vec<u8>> { in get_random_bytes() method
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Drandom.rs7 fn get_random_bytes(&mut self, len: u64) -> wasmtime::Result<Vec<u8>> { in get_random_bytes() method
/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dwasi.rs612 fn get_random_bytes(&mut self, len: u64) -> Result<Vec<u8>> { in get_random_bytes() method
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2370 .with_one_import_alloc(buf, buf_len, || random::get_random_bytes(buf_len as u64)); in random_get()
/wasmtime-44.0.1/crates/wasi/src/
H A Dp1.rs2652 .get_random_bytes(buf_len.into()) in random_get()