Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/hwtrust/src/cbor/
Drkp.rs5 mod protected_data; module
/tools/security/remote_provisioning/hwtrust/src/
Drkp.rs6 mod protected_data; module
/tools/security/remote_provisioning/hwtrust/src/rkp/
Dcsr.rs156 protected_data: Option<ProtectedData>, field
164 let protected_data = self.protected_data.ok_or(CsrBuilderError::MissingProtectedData)?; in build() localVariable
185 pub fn protected_data(mut self, protected_data: ProtectedData) -> Self { in protected_data() method
270 let protected_data = in build_and_debug_csr_v2() localVariable
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dcsr.rs137 let protected_data = ProtectedData::from_cose_encrypt( in v2_from_cbor_values() localVariable
339 let protected_data = ProtectedData::new(vec![0; 32], degenerate, None); in from_base64_valid_v2() localVariable