Searched defs:explicit_key_dice_chain (Results 1 – 2 of 2) sorted by relevance
58 explicit_key_dice_chain: Option<Vec<u8>>, field64 let explicit_key_dice_chain = artifacts.bcc().map(to_explicit_chain).transpose()?; in from_owned_artifacts() localVariable80 pub fn explicit_key_dice_chain(&self) -> Option<&[u8]> { in explicit_key_dice_chain() method
93 let explicit_key_dice_chain = CertChain::from_non_explicit_key_cert_chain(dice_chain_bytes) in test_instance_hash_extraction() localVariable