Searched defs:cdi_seal (Results 1 – 5 of 5) sorted by relevance
166 cdi_seal: &'a [u8; CDI_SIZE], field176 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method189 let mut cdi_seal: *const u8 = ptr::null(); in bcc_handover_parse() localVariable208 let cdi_seal = sub_slice(handover, cdi_seal, CDI_SIZE)?; in bcc_handover_parse() localVariable
77 fn cdi_seal(&self) -> &[u8; CDI_SIZE]; in cdi_seal() method92 pub cdi_seal: [u8; CDI_SIZE], field
49 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method
56 let cdi_seal = taint_cdi(bcc_handover.cdi_seal(), "TaintCdiSeal")?; in truncate() localVariable
87 let cdi_seal = bcc_handover.cdi_seal(); in main() localVariable