Searched refs:UnsupportedCryptoAlgorithm (Results 1 – 2 of 2) sorted by relevance
225 UnsupportedCryptoAlgorithm(source: CryptoAlgorithmSource, alg: u16) => {384 UnsupportedCryptoAlgorithm = 9, enumerator583 UnsupportedCryptoAlgorithm = 26, enumerator626 UnsupportedCryptoAlgorithm => "bad crypto", in to_str()755 let error = VerifyError::UnsupportedCryptoAlgorithm(CryptoAlgorithmSource::Gscvd, 0x123); in test_unsupported_crypto_algorithm()763 VerifyError::UnsupportedCryptoAlgorithm(CryptoAlgorithmSource::Vb2PackedKey, 0x3); in test_unsupported_crypto_algorithm()
221 VerifyErrorCode::UnsupportedCryptoAlgorithm => { in explain_code()