Home
last modified time | relevance | path

Searched refs:explicit_key_dice_chain (Results 1 – 3 of 3) sorted by relevance

/system/secretkeeper/client/src/
Ddice.rs31 explicit_key_dice_chain: Option<Vec<u8>>, field
37 let explicit_key_dice_chain = artifacts.bcc().map(to_explicit_chain).transpose()?; in from_owned_artifacts() localVariable
38 Ok(Self { artifacts, explicit_key_dice_chain }) in from_owned_artifacts()
53 pub fn explicit_key_dice_chain(&self) -> Option<&[u8]> { in explicit_key_dice_chain() method
54 self.explicit_key_dice_chain.as_deref() in explicit_key_dice_chain()
Dauthgraph_dev.rs61 .explicit_key_dice_chain() in new()
/system/secretkeeper/dice_policy/building/src/
Dlib.rs222 explicit_key_dice_chain: &[u8], in policy_for_dice_chain()
225 let dice_chain = deserialize_cbor_array(explicit_key_dice_chain)?; in policy_for_dice_chain()