Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/dice/open_dice/src/
Derror.rs33 UnsupportedKeyAlgorithm(coset::iana::Algorithm), enumerator
52 Self::UnsupportedKeyAlgorithm(algorithm) => { in fmt()
Ddice.rs127 other => Err(DiceError::UnsupportedKeyAlgorithm(other)), in try_from()