Home
last modified time | relevance | path

Searched defs:explicit_key_dice_chain (Results 1 – 2 of 2) sorted by relevance

/system/secretkeeper/client/src/
Ddice.rs58 explicit_key_dice_chain: Option<Vec<u8>>, field
64 let explicit_key_dice_chain = artifacts.bcc().map(to_explicit_chain).transpose()?; in from_owned_artifacts() localVariable
80 pub fn explicit_key_dice_chain(&self) -> Option<&[u8]> { in explicit_key_dice_chain() method
/system/authgraph/core/tests/
Dlib.rs93 let explicit_key_dice_chain = CertChain::from_non_explicit_key_cert_chain(dice_chain_bytes) in test_instance_hash_extraction() localVariable