Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs36 const INLINE_CONFIG_SIZE: usize = DICE_INLINE_CONFIG_SIZE as usize; constant
55 pub type InlineConfig = [u8; INLINE_CONFIG_SIZE];
158 Self::Descriptor(_) => [0u8; INLINE_CONFIG_SIZE], in inline_config()