Searched defs:CertChain (Results 1 – 6 of 6) sorted by relevance
339 pub struct CertChain { struct341 pub version: i32,344 pub root_key: EcVerifyKey,346 pub dice_cert_chain: Option<Vec<DiceChainEntry>>,553 impl CertChain { implementation737 impl AsCborValue for CertChain { implementation802 impl CborSerializable for CertChain {} implementation
93 dice_chain: &CertChain, in is_persistent_instance_creation_allowed()
427 dice_chain: &CertChain, in handle_instance_in_persistent_storage()475 dice_chain: &CertChain, in enforce_rollback_protection_for_pvm()
59 dice_chain: CertChain, in new()
73 dice_chain: &CertChain, in is_persistent_instance_creation_allowed()
88 pub fn match_dice_chain_with_policy(cert_chain: &CertChain, policy: &Policy) -> Result<bool> { in match_dice_chain_with_policy()