Searched refs:avb_strcmp (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/lib/libavb/ |
D | avb_slot_verify.c | 277 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition() 284 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition() 482 is_vbmeta_partition = (avb_strcmp(partition_name, "vbmeta") == 0); in load_and_verify_vbmeta() 1007 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta() 1010 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta() 1013 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta() 1158 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) { in avb_slot_verify() 1160 avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") == 0); in avb_slot_verify()
|
D | avb_sysdeps.h | 54 int avb_strcmp(const char* s1, const char* s2);
|
D | avb_sysdeps_posix.c | 23 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
|
/external/avb/libavb/ |
D | avb_slot_verify.c | 389 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition() 396 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition() 591 is_vbmeta_partition = (avb_strcmp(partition_name, "vbmeta") == 0); in load_and_verify_vbmeta() 1120 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta() 1123 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta() 1126 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta() 1411 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) { in avb_slot_verify() 1413 avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") == 0); in avb_slot_verify()
|
D | avb_sysdeps.h | 76 int avb_strcmp(const char* s1, const char* s2);
|
D | avb_sysdeps_posix.c | 45 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
|
/external/avb/examples/uefi/ |
D | uefi_avb_sysdeps.c | 37 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
|
D | uefi_avb_boot.c | 144 if (avb_strcmp(boot->partition_name, "boot") != 0) { in uefi_avb_boot_kernel()
|
/external/avb/test/ |
D | avb_sysdeps_posix_testing.cc | 49 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
|