Home
last modified time | relevance | path

Searched refs:avb_strcmp (Results 1 – 6 of 6) sorted by relevance

/external/avb/libavb/
Davb_slot_verify.c296 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
303 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
501 is_vbmeta_partition = (avb_strcmp(partition_name, "vbmeta") == 0); in load_and_verify_vbmeta()
1026 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1029 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1032 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1177 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) { in avb_slot_verify()
1179 avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") == 0); in avb_slot_verify()
Davb_sysdeps.h76 int avb_strcmp(const char* s1, const char* s2);
Davb_sysdeps_posix.c45 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
/external/avb/examples/uefi/
Duefi_avb_sysdeps.c37 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
Duefi_avb_boot.c144 if (avb_strcmp(boot->partition_name, "boot") != 0) { in uefi_avb_boot_kernel()
/external/avb/test/
Davb_sysdeps_posix_testing.cc49 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function