Searched refs:CryptoAlgorithmSource (Results 1 – 2 of 2) sorted by relevance
225 UnsupportedCryptoAlgorithm(source: CryptoAlgorithmSource, alg: u16) => {273 pub enum CryptoAlgorithmSource { enum755 let error = VerifyError::UnsupportedCryptoAlgorithm(CryptoAlgorithmSource::Gscvd, 0x123); in test_unsupported_crypto_algorithm()763 VerifyError::UnsupportedCryptoAlgorithm(CryptoAlgorithmSource::Vb2PackedKey, 0x3); in test_unsupported_crypto_algorithm()
19 ApRoVerificationResult, ApRoVerificationTpmvStatus, BadValue, CryptoAlgorithmSource,225 if let Some(source) = CryptoAlgorithmSource::from_u8(source) { in explain_code()