Home
last modified time | relevance | path

Searched defs:challenge (Results 1 – 2 of 2) sorted by relevance

/tools/security/remote_provisioning/hwtrust/src/rkp/
Dcsr.rs80 pub fn challenge(&self) -> Vec<u8> { in challenge() method
155 challenge: Option<Vec<u8>>, field
163 let challenge = self.challenge.ok_or(CsrBuilderError::MissingChallenge)?; in build() localVariable
178 pub fn challenge(mut self, challenge: Vec<u8>) -> Self { in challenge() method
194 challenge: Option<Vec<u8>>, field
203 let challenge = self.challenge.ok_or(CsrBuilderError::MissingChallenge)?; in build() localVariable
213 pub fn challenge(mut self, challenge: Vec<u8>) -> Self { in challenge() method
261 let challenge = b"challenge".to_vec(); in build_and_debug_csr_v2() localVariable
292 let challenge = b"challenge".to_vec(); in build_and_debug_csr_v3() localVariable
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/
Dcsr.rs115 let challenge = FieldValue::from_optional_value("Challenge", csr.pop()).into_bytes()?; in v2_from_cbor_values() localVariable
207 let challenge = match signed_data_array.pop().context("missing challenge")?.into_bytes() { in v3_from_authenticated_request() localVariable
329 let challenge = in from_base64_valid_v2() localVariable