Home
last modified time | relevance | path

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

/external/rust/crates/getrandom/src/
Djs.rs109 type WebCrypto; typedef
112 fn crypto(this: &Global) -> WebCrypto; in crypto()
114 fn ms_crypto(this: &Global) -> WebCrypto; in ms_crypto()
117 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()