[roll] Roll fuchsia [roll] Roll third_party/pigweed pw_crypto: fix gn tests

A few unrelated small changes to make gn tests pass in pw_crypto.

Including changes in pw_software_update and pw_tls_client as those
depend on pw_crypto and get tested as well.

Verified by running:

> gn gen out --args='
    dir_pw_third_party_boringssl=getenv("PW_PACKAGE_ROOT")+"/boringssl"
    pw_crypto_AES_BACKEND="//pw_crypto:aes_boringssl"
    pw_crypto_ECDH_BACKEND="//pw_crypto:ecdh_boringssl"
' && ninja -C out
Generating compile_commands took 517ms
Done. Made 62124 targets from 677 files in 11742ms
ninja: Entering directory `out'
[7391/7391] ACTION //pw_transfer/py:py.tests.tests_transfer_test.py(//pw_build/python_toolchain:python)

and

> gn gen out --args='
    dir_pw_third_party_mbedtls=getenv("PW_PACKAGE_ROOT")+"/mbedtls"
    pw_external_mbedtls=getenv("PW_PROJECT_ROOT")+"/third_party/mbedtls"
    pw_crypto_SHA256_BACKEND="//pw_crypto:sha256_mbedtls_v3"
    pw_crypto_ECDSA_BACKEND="//pw_crypto:ecdsa_mbedtls_v3"
    pw_crypto_AES_BACKEND="//pw_crypto:aes_mbedtls_v3"
    pw_crypto_ECDH_BACKEND="//pw_crypto:ecdh_mbedtls_v3"
' && ninja -C out
Generating compile_commands took 517ms
Done. Made 62130 targets from 676 files in 11819ms
ninja: Entering directory `out'
[6933/6933] ACTION //pw_transfer/py:py.tests.tests_transfer_test.py(//pw_build/python_toolchain:python)

Original-Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/410632
Original-Original-Revision: e786646ffadd3b2cdb5c23e60cb3ae466cc65412

Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1614093
Original-Original-Revision: bf917578e0676653656823d5b575c20cd9d7438b
GitOrigin-RevId: 80e37050455d13185357495627cb50dc66fea3f4
Change-Id: I2cc3298d63240244ba429bb5324590365a473991
1 file changed
tree: f4bd1e6c8608fbb883799545ea899ef3257185d2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.