Searched defs:dice_cert_chain (Results 1 – 10 of 10) sorted by relevance
103 let dice_cert_chain = dice_artifacts.bcc().ok_or(RequestProcessingError::MissingDiceChain)?; in generate_certificate_request() localVariable104 let dice_cert_chain: Value = cbor_util::deserialize(dice_cert_chain)?; in generate_certificate_request() localVariable
42 let dice_cert_chain = dice_artifacts.bcc().unwrap().to_vec(); in csr_cbor_serialization() localVariable
30 pub dice_cert_chain: Vec<u8>, field
215 let dice_cert_chain = Value::Array(vec_try![cose_key_cbor, dice_chain_entry_cbor]?); in generate_dice_artifacts() localVariable
295 let dice_cert_chain = read_to_value(&dice_info.pub_dice_artifacts.dice_cert_chain)?; in generate_cert_req_v2() localVariable
298 pub dice_cert_chain: Vec<u8>, field
85 let dice_cert_chain = dice_artifacts.bcc().ok_or(anyhow!("bcc is none"))?.to_vec(); in build_csr() localVariable
310 pub dice_cert_chain: Option<Vec<DiceChainEntry>>, field
656 bytes dice_cert_chain = 4; field
659 bytes dice_cert_chain = 4; field