Home
last modified time | relevance | path

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

/external/rust/crates/getrandom/src/
Djs.rs100 fn ms_crypto(this: &Global) -> BrowserCrypto; in ms_crypto()
102 fn crypto(this: &Global) -> BrowserCrypto; in crypto()
103 type BrowserCrypto; typedef
105 fn get_random_values(this: &BrowserCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()