Home
last modified time | relevance | path

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

/system/keymint/ta/src/
Ddevice.rs209 fn get_dice_info(&self, test_mode: rpc::TestMode) -> Result<DiceInfo, Error>; in get_dice_info() method
386 fn get_dice_info<'a>(&self, _test_mode: rpc::TestMode) -> Result<DiceInfo, Error> { in get_dice_info() method
Dlib.rs637 fn get_dice_info(&self) -> Option<Rc<DiceInfo>> { in get_dice_info() method