Searched defs:BrowserCrypto (Results 1 – 1 of 1) sorted by relevance
100 fn ms_crypto(this: &Global) -> BrowserCrypto; in ms_crypto()102 fn crypto(this: &Global) -> BrowserCrypto; in crypto()103 type BrowserCrypto; typedef105 fn get_random_values(this: &BrowserCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()