Home
last modified time | relevance | path

Searched defs:VerificationAlgorithm (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Dsignature.rs346 pub trait VerificationAlgorithm: core::fmt::Debug + Sync + sealed::Sealed { interface
390 pub fn new(algorithm: &'static dyn VerificationAlgorithm, bytes: B) -> Self { in new()