Searched refs:explicit_key_dice_chain (Results 1 – 3 of 3) sorted by relevance
31 explicit_key_dice_chain: Option<Vec<u8>>, field37 let explicit_key_dice_chain = artifacts.bcc().map(to_explicit_chain).transpose()?; in from_owned_artifacts() localVariable38 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() method54 self.explicit_key_dice_chain.as_deref() in explicit_key_dice_chain()
61 .explicit_key_dice_chain() in new()
222 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()