Home
last modified time | relevance | path

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

/system/security/diced/open_dice/src/
Dbcc.rs134 bcc: Option<&'a [u8]>, field
146 fn bcc(&self) -> Option<&[u8]> { in bcc() method
157 let mut bcc: *const u8 = ptr::null(); in bcc_handover_parse() localVariable
173 let bcc = sub_slice(bcc_handover, bcc, bcc_size).ok(); in bcc_handover_parse() localVariable
Dlib.rs23 mod bcc; module
Dretry.rs37 bcc: Vec<u8>, field
49 fn bcc(&self) -> Option<&[u8]> { in bcc() method
Ddice.rs78 fn bcc(&self) -> Option<&[u8]>; in bcc() method
/system/security/diced/sample_inputs/src/
Dsample_inputs.rs127 let mut bcc: Vec<u8> = vec![]; in make_sample_bcc_and_cdis() localVariable
/system/keymaster/contexts/
Dpure_soft_remote_provisioning_context.cpp167 cppbor::Array bcc; in BuildProtectedDataPayload() local