Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/crates/uefi/src/proto/
Drng.rs19 algorithm_list: &'buf mut [RngAlgorithmType], in get_info()
20 ) -> Result<&'buf [RngAlgorithmType], Option<usize>> { in get_info()
46 pub fn get_rng(&mut self, algorithm: Option<RngAlgorithmType>, buffer: &mut [u8]) -> Result { in get_rng()
51 Some(algo) => algo as *const RngAlgorithmType, in get_rng() constant
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/
Drng.rs19 algorithm_list: &'buf mut [RngAlgorithmType], in get_info()
20 ) -> Result<&'buf [RngAlgorithmType], Option<usize>> { in get_info()
46 pub fn get_rng(&mut self, algorithm: Option<RngAlgorithmType>, buffer: &mut [u8]) -> Result { in get_rng()
51 Some(algo) => algo as *const RngAlgorithmType, in get_rng() constant