Home
last modified time | relevance | path

Searched defs:CertChain (Results 1 – 6 of 6) sorted by relevance

/system/authgraph/core/src/
Dkey.rs339 pub struct CertChain { struct
341 pub version: i32,
344 pub root_key: EcVerifyKey,
346 pub dice_cert_chain: Option<Vec<DiceChainEntry>>,
553 impl CertChain { implementation
737 impl AsCborValue for CertChain { implementation
802 impl CborSerializable for CertChain {} implementation
/system/see/authmgr/authmgr-be-impl/src/
Dlib.rs93 dice_chain: &CertChain, in is_persistent_instance_creation_allowed()
/system/see/authmgr/authmgr-be/src/
Dauthorization.rs427 dice_chain: &CertChain, in handle_instance_in_persistent_storage()
475 dice_chain: &CertChain, in enforce_rollback_protection_for_pvm()
Dtests.rs59 dice_chain: CertChain, in new()
Dtraits.rs73 dice_chain: &CertChain, in is_persistent_instance_creation_allowed()
/system/see/authmgr/authmgr-common/src/
Dlib.rs88 pub fn match_dice_chain_with_policy(cert_chain: &CertChain, policy: &Policy) -> Result<bool> { in match_dice_chain_with_policy()