[roll] Roll fuchsia [f2fs_reader] Support the INO_LBLK_32 policy.

Add support for an encryption policy that shares a single file
content decryption key per key identifier.

This includes some other small refactors. Namely:
 * Move ProxyFilename to its own crate to avoid duplication.
 * Turn data blocks enumeration into an iterator to allow use
   of async functions in for loop body (was not possible with a callback).
 * Fixed handling of ProxyFilename base64 padding character.

Original-Bug: b/406351838
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252904
Original-Revision: a5a9bf3793ca2256e5dc172b5905042a20a0bd2a
GitOrigin-RevId: 8429ade4ce72934079a1fbc091c2668010b11422
Change-Id: I1f725df6250092b1364c9afebadecbbfb58cd745
1 file changed
tree: 5545c2633e5a389ae7dba009a6a75193fc770086
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.