Home
last modified time | relevance | path

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

/system/security/diced/open_dice/src/
Dbcc.rs128 pub struct BccHandover<'a> { struct
137 impl<'a> DiceArtifacts for BccHandover<'a> { argument
154 pub fn bcc_handover_parse(bcc_handover: &[u8]) -> Result<BccHandover> { in bcc_handover_parse()