Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_slot_verify.c407 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) { in load_and_verify_hash_partition()
414 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) { in load_and_verify_hash_partition()
1175 if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, "sha1") == in load_and_verify_vbmeta()
1178 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1181 } else if (avb_strcmp((const char*)hashtree_desc.hash_algorithm, in load_and_verify_vbmeta()
1519 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) { in avb_slot_verify()
1521 avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") == 0); in avb_slot_verify()
H A Davb_sysdeps_posix.c51 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp() function
H A Davb_sysdeps_posix.su
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_sysdeps.h84 int avb_strcmp(const char* s1, const char* s2);
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map