[roll] Roll fuchsia [fxfs] Remove EncryptedKeys::AES256XTS.

Replace:
    `EncryptedKeys::AES256XTS(Vec<(u64, WrappedKey)>`
with:
    `Vec<(u64, EncryptedKey::FxfsNative(WrappedKey)>`

This will let us have different key_id use different key types.

Original-Bug: b/373995442
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277484
Original-Revision: c391916547b0f2c22cb34988651c4b055b404dd6
GitOrigin-RevId: cd7ce199eef5a58971e6072799fc3f2cd68703e6
Change-Id: Iea8e450a49c006d2d810612fb8b7d8d2a4fd3d02
1 file changed
tree: 5d1b1db070593bafa5a82445da3e1f063d9c045d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.