Home
last modified time | relevance | path

Searched defs:explicit_key_dice_chain (Results 1 – 1 of 1) 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
53 pub fn explicit_key_dice_chain(&self) -> Option<&[u8]> { in explicit_key_dice_chain() method