Home
last modified time | relevance | path

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

/aosp_15_r20/external/gsc-utils/rust/ap_ro_errs/src/
H A Dlib.rs225 UnsupportedCryptoAlgorithm(source: CryptoAlgorithmSource, alg: u16) => {
384 UnsupportedCryptoAlgorithm = 9, enumerator
583 UnsupportedCryptoAlgorithm = 26, enumerator
626 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()
/aosp_15_r20/external/gsc-utils/rust/explain_ap_ro_verification_status/src/
H A Dmain.rs221 VerifyErrorCode::UnsupportedCryptoAlgorithm => { in explain_code()