Home
last modified time | relevance | path

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

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