Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.15/src/
Djs.rs120 type WebCrypto; typedef
123 fn crypto(this: &Global) -> WebCrypto; in crypto()
125 fn ms_crypto(this: &Global) -> WebCrypto; in ms_crypto()
128 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()
/external/rust/android-crates-io/crates/getrandom/src/
Djs.rs120 type WebCrypto; typedef
123 fn crypto(this: &Global) -> WebCrypto; in crypto()
125 fn ms_crypto(this: &Global) -> WebCrypto; in ms_crypto()
128 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.15/src/
Djs.rs120 type WebCrypto; typedef
123 fn crypto(this: &Global) -> WebCrypto; in crypto()
125 fn ms_crypto(this: &Global) -> WebCrypto; in ms_crypto()
128 fn get_random_values(this: &WebCrypto, buf: &Uint8Array) -> Result<(), JsValue>; in get_random_values()