Searched defs:challenge (Results 1 – 2 of 2) sorted by relevance
80 pub fn challenge(&self) -> Vec<u8> { in challenge() method155 challenge: Option<Vec<u8>>, field163 let challenge = self.challenge.ok_or(CsrBuilderError::MissingChallenge)?; in build() localVariable178 pub fn challenge(mut self, challenge: Vec<u8>) -> Self { in challenge() method194 challenge: Option<Vec<u8>>, field203 let challenge = self.challenge.ok_or(CsrBuilderError::MissingChallenge)?; in build() localVariable213 pub fn challenge(mut self, challenge: Vec<u8>) -> Self { in challenge() method261 let challenge = b"challenge".to_vec(); in build_and_debug_csr_v2() localVariable292 let challenge = b"challenge".to_vec(); in build_and_debug_csr_v3() localVariable
115 let challenge = FieldValue::from_optional_value("Challenge", csr.pop()).into_bytes()?; in v2_from_cbor_values() localVariable207 let challenge = match signed_data_array.pop().context("missing challenge")?.into_bytes() { in v3_from_authenticated_request() localVariable329 let challenge = in from_base64_valid_v2() localVariable