Searched refs:RngAlgorithmType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/crates/uefi/src/proto/ |
D | rng.rs | 7 pub use uefi_raw::protocol::rng::RngAlgorithmType; 19 algorithm_list: &'buf mut [RngAlgorithmType], in get_info() argument 20 ) -> Result<&'buf [RngAlgorithmType], Option<usize>> { in get_info() argument 31 let len = algorithm_list_size / mem::size_of::<RngAlgorithmType>(); in get_info() 46 pub fn get_rng(&mut self, algorithm: Option<RngAlgorithmType>, buffer: &mut [u8]) -> Result { in get_rng() argument 51 Some(algo) => algo as *const RngAlgorithmType, in get_rng() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/ |
D | rng.rs | 7 pub use uefi_raw::protocol::rng::RngAlgorithmType; 19 algorithm_list: &'buf mut [RngAlgorithmType], in get_info() argument 20 ) -> Result<&'buf [RngAlgorithmType], Option<usize>> { in get_info() argument 31 let len = algorithm_list_size / mem::size_of::<RngAlgorithmType>(); in get_info() 46 pub fn get_rng(&mut self, algorithm: Option<RngAlgorithmType>, buffer: &mut [u8]) -> Result { in get_rng() argument 51 Some(algo) => algo as *const RngAlgorithmType, in get_rng() constant
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/ |
D | rng.rs | 8 pub enum RngAlgorithmType: Guid => { 42 algorithm_list: *mut RngAlgorithmType, 47 algorithm: *const RngAlgorithmType,
|
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/ |
D | rng.rs | 8 pub enum RngAlgorithmType: Guid => { 42 algorithm_list: *mut RngAlgorithmType, 47 algorithm: *const RngAlgorithmType,
|