Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Dsigned_data.rs123 .matches_algorithm_id_value(signed_data.algorithm) in verify_signed_data()
157 .matches_algorithm_id_value(spki.algorithm_id_value) in verify_signature()
315 fn matches_algorithm_id_value(&self, encoded: untrusted::Input) -> bool { in matches_algorithm_id_value() method