Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/lib/libavb/
Davb_sysdeps.h54 int avb_strcmp(const char* s1, const char* s2);
Davb_sysdeps_posix.c23 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
Davb_slot_verify.c380 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
386 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1146 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1149 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1152 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1490 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) { in avb_slot_verify()
1492 avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") == 0); in avb_slot_verify()