[roll] Roll fuchsia [block] Use sentinel for default slot in FIFO request

Ensure that a default-constructed FIFO request uses the sentinel value
for the inline encryption slot. This was causing issues when testing
some associated driver changes, since we default initialize these fields
in many places.

Add a helper method to InlineCryptoOptions to simplify checking if
inline encryption should be used for a given request.

Original-Bug: 436272738
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1473222
Original-Revision: 62b24d4a02a4404b358010f4f6de943555ee9c31
GitOrigin-RevId: f35237d4fbdbc446406e0c277b95e5edbe59aa5a
Change-Id: I3a2f8247e8eaa1656712fc5fe2e934a21a244277
1 file changed
tree: 05ada5ddf229bc61a2eb676b7282b3a430a0b94d
  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.