fn reencrypt_tde_devices(
trusted_devices: &[PartialRotateableKeyset],
current_user_key_id: SymmetricKeyId,
new_user_key_id: SymmetricKeyId,
ctx: &mut KeyStoreContext<'_, KeyIds>,
) -> Result<Vec<OtherDeviceKeysUpdateRequestModel>, ReencryptError>Expand description
Re-encrypt TDE device keys for the new user key.