Searched refs:dice_cert_chain (Results 1 – 5 of 5) sorted by relevance
30 pub dice_cert_chain: Vec<u8>, field42 Value::Bytes(self.dice_cert_chain), in into_cbor_vec()59 dice_cert_chain: value_to_bytes(arr.remove(0), "dice_cert_chain")?, in from_cbor_slice()
104 let dice_cert_chain = dice_artifacts.bcc().ok_or(RequestProcessingError::MissingDiceChain)?; in generate_certificate_request() localVariable105 let dice_cert_chain: Value = cbor_util::deserialize(dice_cert_chain)?; in generate_certificate_request() localVariable109 dice_cert_chain, in generate_certificate_request()
53 &csr.dice_cert_chain, in request_attestation()
42 let dice_cert_chain = dice_artifacts.bcc().unwrap().to_vec(); in csr_cbor_serialization() localVariable43 let csr = Csr { signed_csr_payload: DATA1.to_vec(), dice_cert_chain }; in csr_cbor_serialization()
87 let dice_cert_chain = dice_artifacts.bcc().ok_or(anyhow!("bcc is none"))?.to_vec(); in build_csr() localVariable88 Ok(Csr { dice_cert_chain, signed_csr_payload }) in build_csr()184 let chain = dice::Chain::from_cbor(&session, &csr.dice_cert_chain)?; in csr_and_private_key_have_correct_format()