/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/fsverity/ |
D | verifier.rs | 121 root_hash: HashBuffer, field 141 let root_hash = sha256(&buf[..]); in new() localVariable 154 let root_hash = verity_check(&buf[..size], chunk_index, self.file_size, &self.merkle_tree) in read_chunk() localVariable
|
D | builder.rs | 144 let root_hash = self.calculate_root_hash()?; in calculate_fsverity_digest() localVariable
|
/aosp_15_r20/system/extras/verity/ |
H A D | build_verity_metadata.py | 63 def build_verity_table(block_device, data_blocks, root_hash, salt): argument 75 def build_verity_metadata(data_blocks, metadata_image, root_hash, salt, argument
|
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/ |
D | hashtree.rs | 25 pub root_hash: Vec<u8>, field 43 let root_hash = if tree.is_empty() { in from() localVariable
|
/aosp_15_r20/bootable/deprecated-ota/updater/include/private/ |
H A D | commands.h | 195 std::string salt_hex, std::string root_hash) in HashTreeInfo() 215 const std::string& root_hash() const { in root_hash() function
|
/aosp_15_r20/external/cronet/net/cert/ |
H A D | ct_log_verifier_unittest.cc | 221 const std::string& root_hash, in CheckVerifyAuditProof() 556 const char* const root_hash = kRootHashes[test_vector.tree_size - 1]; in TEST_P() local
|
H A D | ct_log_verifier.cc | 211 const std::string& root_hash, in VerifyAuditProof()
|
/aosp_15_r20/system/extras/verity/include/verity/ |
H A D | hash_tree_builder.h | 61 const std::vector<unsigned char>& root_hash() const { return root_hash_; } in root_hash() function
|
/aosp_15_r20/system/extras/libfec/ |
H A D | avb_utils.cpp | 112 std::vector<uint8_t> root_hash( in parse_avb_image() local
|
/aosp_15_r20/external/fsverity-utils/lib/ |
H A D | compute_digest.c | 107 u8 *root_hash) in compute_root_hash()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | fsverity.h | 36 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/ |
H A D | fsverity.h | 36 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/ |
H A D | fsverity.h | 36 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/ |
H A D | fsverity.h | 36 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | fsverity.h | 36 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/bionic/libc/kernel/uapi/linux/ |
D | fsverity.h | 48 __u8 root_hash[64]; member
|