Home
last modified time | relevance | path

Searched refs:chain_matches_policy (Results 1 – 2 of 2) sorted by relevance

/system/secretkeeper/core/src/
Dstore.rs25 use dice_policy::chain_matches_policy;
99 chain_matches_policy(dice_chain, &sealing_policy).map_err(request_malformed)?; in store()
132 chain_matches_policy(dice_chain, &entry.sealing_policy).map_err(policy_err)?; in get()
137 chain_matches_policy(dice_chain, &updated_sealing_policy) in get()
/system/secretkeeper/dice_policy/src/
Dlib.rs76 pub fn chain_matches_policy(dice_chain: &[u8], policy: &[u8]) -> Result<(), Error> { in chain_matches_policy() function