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

/external/avb/libavb/
H A Davb_sysdeps.h76 int avb_strcmp(const char* s1, const char* s2);
H A Davb_sysdeps_posix.c45 int avb_strcmp(const char* s1, const char* s2) { function
H A Davb_slot_verify.c145 if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha256") == 0) {
152 } else if (avb_strcmp((const char*)hash_desc.hash_algorithm, "sha512") == 0) {
253 is_vbmeta_partition = (avb_strcmp(partition_name, "vbmeta") == 0);
971 if (avb_strcmp(slot_data->vbmeta_images[0].partition_name, "vbmeta") != 0) {
972 avb_assert(avb_strcmp(slot_data->vbmeta_images[0].partition_name, "boot") ==
/external/avb/examples/uefi/
H A Duefi_avb_sysdeps.c37 int avb_strcmp(const char* s1, const char* s2) { function
H A Duefi_avb_boot.c144 if (avb_strcmp(boot->partition_name, "boot") != 0) {
/external/avb/test/
H A Davb_sysdeps_posix_testing.cc49 int avb_strcmp(const char* s1, const char* s2) { function

Completed in 103 milliseconds