Searched defs:DiceChainEntry (Results 1 – 5 of 5) sorted by relevance
| /system/see/authmgr/authmgr-common/util/src/ |
| D | lib.rs | 36 dice_node: &DiceChainEntry, in policy_for_dice_node()
|
| /system/see/authmgr/authmgr-be/src/ |
| D | authorization.rs | 512 given_dice_cert: &DiceChainEntry, in enforce_rollback_protection_for_client_in_cache() 534 given_dice_cert: &DiceChainEntry, in handle_client_in_persistent_storage() 577 given_dice_cert: &DiceChainEntry, in enforce_rollback_protection_for_client() 622 dice_leaf: &DiceChainEntry, in update_global_list_of_authorized_clients()
|
| D | tests.rs | 121 dice_leaf: DiceChainEntry, in new()
|
| /system/authgraph/core/src/ |
| D | key.rs | 351 pub struct DiceChainEntry { struct 357 pub payload: DiceChainEntryPayloadPartiallyDecoded, argument 363 /// Issuer of the DiceChainEntry. Required as per the CDDL. argument 699 pub fn extend_with(&self, cert: &DiceChainEntry, ecdsa: &dyn EcDsa) -> Result<Self, Error> { in extend_with() 804 impl AsCborValue for DiceChainEntry { implementation 888 impl CborSerializable for DiceChainEntry {} implementation
|
| /system/see/authmgr/authmgr-common/src/ |
| D | lib.rs | 97 pub fn match_dice_cert_with_policy(dice_cert: &DiceChainEntry, policy: &Policy) -> Result<bool> { in match_dice_cert_with_policy()
|