Home
last modified time | relevance | path

Searched defs:NodeCrypto (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/getrandom/src/
Djs.rs115 fn require(this: &NodeModule, s: &str) -> Result<NodeCrypto, JsValue>; in require()
116 type NodeCrypto; typedef
118 fn random_fill_sync(this: &NodeCrypto, buf: &mut [u8]) -> Result<(), JsValue>; in random_fill_sync()