Home
last modified time | relevance | path

Searched refs:avb_memcmp (Results 1 – 17 of 17) sorted by relevance

/external/avb/libavb_user/
Davb_user_verification.c96 if (avb_memcmp(footer.magic, AVB_FOOTER_MAGIC, AVB_FOOTER_MAGIC_LEN) != 0) { in load_top_level_vbmeta_header()
143 if (avb_memcmp(vbmeta_image, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_user_verification_get()
182 if (avb_memcmp(vbmeta_image, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_user_verification_set()
Davb_user_verity.c96 if (avb_memcmp(footer.magic, AVB_FOOTER_MAGIC, AVB_FOOTER_MAGIC_LEN) != 0) { in load_top_level_vbmeta_header()
143 if (avb_memcmp(vbmeta_image, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_user_verity_get()
181 if (avb_memcmp(vbmeta_image, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_user_verity_set()
/external/u-boot/lib/libavb/
Davb_property_descriptor.c72 if (avb_memcmp(p + sizeof(AvbPropertyDescriptor), in property_lookup_desc_foreach()
133 if (avb_memcmp(value, "0x", 2) == 0) { in avb_property_lookup_uint64()
Davb_sysdeps.h44 int avb_memcmp(const void* src1,
Davb_sysdeps_posix.c11 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp() function
Davb_descriptor.c49 if (avb_memcmp(image_data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_descriptor_foreach()
Davb_util.c240 avb_memcmp(strings[n], str, str_size) == 0) { in avb_strv_find_str()
/external/avb/libavb/
Davb_property_descriptor.c91 if (avb_memcmp(p + sizeof(AvbPropertyDescriptor), in property_lookup_desc_foreach()
152 if (avb_memcmp(value, "0x", 2) == 0) { in avb_property_lookup_uint64()
Davb_sysdeps.h66 int avb_memcmp(const void* src1,
Davb_sysdeps_posix.c33 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp() function
Davb_descriptor.c68 if (avb_memcmp(image_data, AVB_MAGIC, AVB_MAGIC_LEN) != 0) { in avb_descriptor_foreach()
Davb_util.c259 avb_memcmp(strings[n], str, str_size) == 0) { in avb_strv_find_str()
Davb_slot_verify.c1258 if (avb_memcmp(vbmeta_digest_sha256, in avb_manage_hashtree_error_mode()
/external/avb/examples/uefi/
Duefi_avb_sysdeps.c33 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp() function
Duefi_avb_ops.c159 avb_memcmp(all_gpt_entries[n].name, in find_partition_entry_by_name()
358 if (avb_memcmp(gpth->signature, GPT_MAGIC, sizeof(gpth->signature)) != 0) { in validate_gpt()
Duefi_avb_boot.c154 if (avb_memcmp(BOOT_MAGIC, header->magic, BOOT_MAGIC_SIZE)) { in uefi_avb_boot_kernel()
/external/avb/test/
Davb_sysdeps_posix_testing.cc37 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp() function