Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/rsa/
Dsigning.rs262 return Err(KeyRejected::inconsistent_components()); in from_der_reader()
275 return Err(KeyRejected::inconsistent_components()); in from_der_reader()
282 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in from_der_reader()
302 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in from_der_reader()
305 return Err(KeyRejected::inconsistent_components()); in from_der_reader()
318 return Err(KeyRejected::inconsistent_components()); in from_der_reader()
323 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in from_der_reader()
359 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in from_der_reader()
450 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in new()
/external/rust/crates/ring/src/
Derror.rs155 pub(crate) fn inconsistent_components() -> Self { in inconsistent_components() method
/external/rust/crates/ring/src/ec/
Dsuite_b.rs224 return Err(error::KeyRejected::inconsistent_components()); in key_pair_from_bytes()
/external/rust/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs135 error::KeyRejected::inconsistent_components() in from_seed_and_public_key()