Searched defs:cdi_attest (Results 1 – 3 of 3) sorted by relevance
97 cdi_attest: ZVec, field194 fn cdi_attest(&self) -> &[u8; dice::CDI_SIZE]; in cdi_attest() method217 fn cdi_attest(&self) -> &[u8; dice::CDI_SIZE] { in cdi_attest() method
344 cdi_attest: [u8; dice::CDI_SIZE], field350 fn cdi_attest(&self) -> &[u8; dice::CDI_SIZE] { in cdi_attest() method
845 let cdi_attest = &seed[..CDI_SIZE]; in hash_derive_sign_verify() localVariable