Searched refs:inconsistent_components (Results 1 – 4 of 4) sorted by relevance
328 return Err(KeyRejected::inconsistent_components());341 return Err(KeyRejected::inconsistent_components());348 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?;364 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?;367 return Err(KeyRejected::inconsistent_components());380 return Err(KeyRejected::inconsistent_components());385 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?;421 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?;483 .map_err(|error::Unspecified| KeyRejected::inconsistent_components())?; in new()
135 pub(crate) fn inconsistent_components() -> Self { in inconsistent_components() method
224 return Err(error::KeyRejected::inconsistent_components()); in key_pair_from_bytes()
148 error::KeyRejected::inconsistent_components() in from_seed_and_public_key()