Home
last modified time | relevance | path

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

/system/security/diced/open_dice/src/
Dbcc.rs130 cdi_attest: &'a [u8; CDI_SIZE], field
138 fn cdi_attest(&self) -> &[u8; CDI_SIZE] { in cdi_attest() method
155 let mut cdi_attest: *const u8 = ptr::null(); in bcc_handover_parse() localVariable
171 let cdi_attest = sub_slice(bcc_handover, cdi_attest, CDI_SIZE)?; in bcc_handover_parse() localVariable
Ddice.rs72 fn cdi_attest(&self) -> &[u8; CDI_SIZE]; in cdi_attest() method
87 pub cdi_attest: [u8; CDI_SIZE], field
Dretry.rs41 fn cdi_attest(&self) -> &[u8; CDI_SIZE] { in cdi_attest() method
/system/security/diced/open_dice/tests/
Dapi_test.rs94 let cdi_attest = &seed[..CDI_SIZE]; in hash_derive_sign_verify() localVariable