Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/android_avb/
H A Davb_sysdeps.h92 int avb_strncmp(const char* s1, const char* s2, size_t n);
/rk3399_rockchip-uboot/lib/avb/libavb/
H A Davb_sysdeps_posix.c55 int avb_strncmp(const char* s1, const char* s2, size_t n) { in avb_strncmp() function
H A Davb_slot_verify.c620 if (avb_strncmp(partition_name, "vbmeta", avb_strlen("vbmeta")) == 0) { in load_and_verify_vbmeta()