Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Dsigned_data.rs131 Err(Error::UnsupportedSignatureAlgorithmForPublicKey) => { in verify_signed_data()
142 Err(Error::UnsupportedSignatureAlgorithmForPublicKey) in verify_signed_data()
159 return Err(Error::UnsupportedSignatureAlgorithmForPublicKey); in verify_signature()
496 Error::UnsupportedSignatureAlgorithmForPublicKey
572 Err(Error::UnsupportedSignatureAlgorithmForPublicKey)
627 Err(Error::UnsupportedSignatureAlgorithmForPublicKey)
Derror.rs93 UnsupportedSignatureAlgorithmForPublicKey, enumerator