[roll] Roll fuchsia [fshost] Factor out crypt policy & impl

Moves crypto policy from src/storage/fshost/src/crypt.rs to a new crate
(//src/storage/crypt).

Also moves the in-process implementation of the Crypt interface for
zxcrypt from fshost to a new crate (//src/storage/crypt/zxcrypt).  This
implementation is tightly coupled to the FVM component
(//src/storage/fvm), and clients can't use the FVM server without having
access to this implementation of Crypt, which precludes clients other
than fshost itself.  Moving it to a separate crate allows things like
the storage benchmarks to run an FVM component instance.

Original-Bug: 372555079
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1171478
Original-Revision: db4d9bd13d0cdb2b761adc00710348b9ccb62e91
GitOrigin-RevId: ba1a6272b180a36769ce1341c35ef78e0cebda4c
Change-Id: I460cffecb40ba2b2e2343929a7883e78e0fe68bb
1 file changed
tree: 41e28781001c924398f1e90b732aa70210b4e9a8
  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.