fn reencrypt_ciphers(
ciphers: &[Cipher],
current_key: SymmetricKeySlotId,
new_key: SymmetricKeySlotId,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<Vec<Cipher>, DataReencryptionError>fn reencrypt_ciphers(
ciphers: &[Cipher],
current_key: SymmetricKeySlotId,
new_key: SymmetricKeySlotId,
ctx: &mut KeyStoreContext<'_, KeySlotIds>,
) -> Result<Vec<Cipher>, DataReencryptionError>