Searched refs:VALUE_CORRUPTED (Results 1 – 10 of 10) sorted by relevance
50 VALUE_CORRUPTED = 8, enumConstant
43 VALUE_CORRUPTED = 8, enumConstant
46 VALUE_CORRUPTED = 8, enumConstant
38 VALUE_CORRUPTED = 8, enumerator
325 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()386 Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in new_from_stream()389 _ => Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in new_from_stream()474 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()487 .ok_or(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()537 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in read_key_parameters()568 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context(concat!( in read_characteristics_file()1040 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context( in load_by_uid_alias()1065 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context( in load_by_uid_alias()1077 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)) in load_by_uid_alias()[all …]
84 KsResponseCode::VALUE_CORRUPTED => ResponseCode::VALUE_CORRUPTED.0, in map_or_log_err()
462 (iv, tag) => Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in unwrap_key_with_key()481 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in unwrap_key_with_key()635 return Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)).context(format!( in extract_super_key_from_key_entry()654 Err(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in extract_super_key_from_key_entry()
173 .ok_or(Error::Rc(ResponseCode::VALUE_CORRUPTED)) in get_key_entry()
462 .map_err(|_| KeystoreError::Rc(ResponseCode::VALUE_CORRUPTED))