Searched refs:VALUE_CORRUPTED (Results 1 – 12 of 12) sorted by relevance
50 VALUE_CORRUPTED = 8, enumConstant
43 VALUE_CORRUPTED = 8, enumConstant
46 VALUE_CORRUPTED = 8, enumConstant
75 KsResponseCode::VALUE_CORRUPTED => ResponseCode::VALUE_CORRUPTED.0, in into_logged_binder()
382 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()459 Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()462 _ => Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context(ks_err!( in new_from_stream()549 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()560 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()610 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()710 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_characteristics_file()1246 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in load_by_uid_alias()1274 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in load_by_uid_alias()1291 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in load_by_uid_alias()[all …]
448 (iv, tag) => Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(ks_err!( in unwrap_key_with_key()462 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(ks_err!( in unwrap_key_with_key()548 return Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(ks_err!( in extract_super_key_from_key_entry()567 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(ks_err!("No key blob info.")) in extract_super_key_from_key_entry()
172 .ok_or(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in get_key_entry()
486 .map_err(|_| KeystoreError::Rc(ResponseCode::VALUE_CORRUPTED))