Home
last modified time | relevance | path

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

/system/security/prng_seeder/src/
Ddrbg.rs21 pub struct Drbg(*mut bssl_sys::CTR_DRBG_STATE); struct
23 impl Drbg { impl
24 pub fn new(entropy: &Entropy) -> Result<Drbg> { in new()
66 impl Drop for Drbg { implementation
77 unsafe impl Send for Drbg {} implementation