Searched defs:cdi_seal (Results 1 – 3 of 3) sorted by relevance
132 cdi_seal: &'a [u8; CDI_SIZE], field142 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method156 let mut cdi_seal: *const u8 = ptr::null(); in bcc_handover_parse() localVariable172 let cdi_seal = sub_slice(bcc_handover, cdi_seal, CDI_SIZE)?; in bcc_handover_parse() localVariable
75 fn cdi_seal(&self) -> &[u8; CDI_SIZE]; in cdi_seal() method89 pub cdi_seal: [u8; CDI_SIZE], field
45 fn cdi_seal(&self) -> &[u8; CDI_SIZE] { in cdi_seal() method