Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/
Derror.rs171 pub(crate) fn wrong_algorithm() -> Self { in wrong_algorithm() method
Dpkcs8.rs129 return Err(error::KeyRejected::wrong_algorithm()); in unwrap_key__()
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/
Dsuite_b.rs195 return Err(error::KeyRejected::wrong_algorithm()); in key_pair_from_pkcs8_()