Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_blob.rs85 BadLen, enumerator
311 return Err(Error::BadLen).context("In new_from_stream.")?; in new_from_stream()
333 return Err(Error::BadLen).context(format!( in new_from_stream()
1268 assert_eq!(Some(&Error::BadLen), error.root_cause().downcast_ref::<Error>()); in read_golden_key_blob_too_short_test()