Lines Matching refs:Rc
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()
1025 return Err(KsError::Rc(ResponseCode::LOCKED)).context(format!( in load_by_uid_alias()
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()
1116 return Err(KsError::Rc(ResponseCode::VALUE_CORRUPTED)).context( in load_super_key()
1353 Some(&error::Error::Rc(ResponseCode::LOCKED)) in test_legacy_blobs()