Home
last modified time | relevance | path

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

/system/security/diced/open_dice/src/
Dbcc.rs132 cdi_seal: &'a [u8; CDI_SIZE], field
142 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method
156 let mut cdi_seal: *const u8 = ptr::null(); in bcc_handover_parse() localVariable
172 let cdi_seal = sub_slice(bcc_handover, cdi_seal, CDI_SIZE)?; in bcc_handover_parse() localVariable
Ddice.rs75 fn cdi_seal(&self) -> &[u8; CDI_SIZE]; in cdi_seal() method
89 pub cdi_seal: [u8; CDI_SIZE], field
Dretry.rs45 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method