History log of /aosp_15_r20/external/avb/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d289c2ba28-Nov-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12722466 from 156e16b48eb986b163c57868d8ffa946ac8bb76a to 25Q1-release

Change-Id: I4f42bb0ab00c2c868e1f6c80b4e3f2037aa09453


.clang-format
.gitignore
Android.bp
LICENSE
METADATA
MODULE_LICENSE_APACHE2
MODULE_LICENSE_BSD
MODULE_LICENSE_MIT
OWNERS
PREUPLOAD.cfg
README.md
avbtool.py
boot_control/boot_control_avb.c
docs/avb-ab-partitions.png
docs/avb-chained-partition.png
docs/avb-integrity-data-in-vbmeta.png
docs/avb-recommended-boot-flow.png
docs/avb-rollback-indexes.png
docs/avb-stored-rollback-indexes.png
examples/cert/README.md
examples/cert/avb_cert_slot_verify.c
examples/cert/avb_cert_slot_verify.h
examples/uefi/Makefile
examples/uefi/main.c
examples/uefi/uefi_avb_boot.c
examples/uefi/uefi_avb_boot.h
examples/uefi/uefi_avb_ops.c
examples/uefi/uefi_avb_ops.h
examples/uefi/uefi_avb_sysdeps.c
examples/uefi/uefi_avb_util.c
examples/uefi/uefi_avb_util.h
libavb/avb_chain_partition_descriptor.c
libavb/avb_chain_partition_descriptor.h
libavb/avb_cmdline.c
libavb/avb_cmdline.h
libavb/avb_crc32.c
libavb/avb_crypto.c
libavb/avb_crypto.h
libavb/avb_descriptor.c
libavb/avb_descriptor.h
libavb/avb_footer.c
libavb/avb_footer.h
libavb/avb_hash_descriptor.c
libavb/avb_hash_descriptor.h
libavb/avb_hashtree_descriptor.c
libavb/avb_hashtree_descriptor.h
libavb/avb_kernel_cmdline_descriptor.c
libavb/avb_kernel_cmdline_descriptor.h
libavb/avb_ops.h
libavb/avb_property_descriptor.c
libavb/avb_property_descriptor.h
libavb/avb_rsa.c
libavb/avb_rsa.h
libavb/avb_sha.h
libavb/avb_slot_verify.c
libavb/avb_slot_verify.h
libavb/avb_sysdeps.h
libavb/avb_sysdeps_posix.c
libavb/avb_util.c
libavb/avb_util.h
libavb/avb_vbmeta_image.c
libavb/avb_vbmeta_image.h
libavb/avb_version.c
libavb/avb_version.h
libavb/boringssl/avb_crypto_ops_impl.h
libavb/boringssl/sha.c
libavb/libavb.h
libavb/sha/avb_crypto_ops_impl.h
libavb/sha/sha256_impl.c
libavb/sha/sha512_impl.c
libavb_ab/avb_ab_flow.c
libavb_ab/avb_ab_flow.h
libavb_ab/avb_ab_ops.h
libavb_ab/libavb_ab.h
libavb_cert/avb_cert_ops.h
libavb_cert/avb_cert_types.h
libavb_cert/avb_cert_validate.c
libavb_cert/avb_cert_validate.h
libavb_cert/libavb_cert.h
libavb_user/avb_ops_user.cpp
libavb_user/avb_ops_user.h
libavb_user/avb_user_verification.c
libavb_user/avb_user_verification.h
libavb_user/avb_user_verity.c
libavb_user/avb_user_verity.h
libavb_user/libavb_user.h
pylintrc
rust/Android.bp
rust/OWNERS
rust/TEST_MAPPING
rust/bindgen/avb.h
rust/src/cert.rs
rust/src/descriptor/chain.rs
rust/src/descriptor/commandline.rs
rust/src/descriptor/hash.rs
rust/src/descriptor/hashtree.rs
rust/src/descriptor/mod.rs
rust/src/descriptor/property.rs
rust/src/descriptor/util.rs
rust/src/error.rs
rust/src/lib.rs
rust/src/ops.rs
rust/src/verify.rs
rust/testdata/chain_partition_descriptor.bin
rust/testdata/hash_descriptor.bin
rust/testdata/hashtree_descriptor.bin
rust/testdata/kernel_commandline_descriptor.bin
rust/testdata/property_descriptor.bin
rust/tests/cert_tests.rs
rust/tests/test_data.rs
rust/tests/test_ops.rs
rust/tests/tests.rs
rust/tests/verify_tests.rs
test/Android.bp
test/at_auth_unlock_unittest.py
test/at_auth_unlock_unittest.xml
test/avb_ab_flow_unittest.cc
test/avb_cert_generate_test_data
test/avb_cert_slot_verify_unittest.cc
test/avb_cert_validate_unittest.cc
test/avb_crypto_ops_unittest.cc
test/avb_slot_verify_unittest.cc
test/avb_sysdeps_posix_testing.cc
test/avb_unittest_util.cc
test/avb_unittest_util.h
test/avb_util_unittest.cc
test/avb_vbmeta_image_unittest.cc
test/avbtool_signing_helper_test.py
test/avbtool_signing_helper_with_files_test.py
test/avbtool_unittest.cc
test/data/cert_metadata.bin
test/data/cert_permanent_attributes.bin
test/data/cert_pik_certificate.bin
test/data/cert_product_id.bin
test/data/cert_psk_certificate.bin
test/data/cert_puk_certificate.bin
test/data/cert_unlock_challenge.bin
test/data/cert_unlock_credential.bin
test/data/large_blob.bin
test/data/small_blob.bin
test/data/test_file.bin
test/data/test_file.bin.sparse
test/data/testkey_cert_pik.pem
test/data/testkey_cert_prk.pem
test/data/testkey_cert_psk.pem
test/data/testkey_cert_puk.pem
test/data/testkey_rsa2048.pem
test/data/testkey_rsa4096.pem
test/data/testkey_rsa4096_pub.pem
test/data/testkey_rsa8192.pem
test/fake_avb_ops.cc
test/fake_avb_ops.h
test/image_handler_unittest.py
test/libavb_host_symbols_test
test/libavb_host_unittest.xml
test/user_code_test.cc
tools/Android.bp
tools/at_auth_unlock.py
tools/at_write_persistent_digest.py
tools/avbctl/avbctl.cc
tools/transparency/pixel_factory_image_verify.py
tools/transparency/verify/README.md
tools/transparency/verify/cmd/verifier/log_pub_key.google_system_apk.pem
tools/transparency/verify/cmd/verifier/log_pub_key.pixel.pem
tools/transparency/verify/cmd/verifier/verifier.go
tools/transparency/verify/go.mod
tools/transparency/verify/go.sum
tools/transparency/verify/internal/checkpoint/checkpoint.go
tools/transparency/verify/internal/checkpoint/checkpoint_test.go
tools/transparency/verify/internal/tiles/reader.go
tools/transparency/verify/internal/tiles/reader_test.go