Home
last modified time | relevance | path

Searched refs:CryptoAlgorithmSource (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) => {
273 pub enum CryptoAlgorithmSource { enum
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.rs19 ApRoVerificationResult, ApRoVerificationTpmvStatus, BadValue, CryptoAlgorithmSource,
225 if let Some(source) = CryptoAlgorithmSource::from_u8(source) { in explain_code()