Searched refs:avb_root_pub (Results 1 - 1 of 1) sorted by last modified time

/u-boot/common/
H A Davb_verify.c15 static const unsigned char avb_root_pub[1032] = { variable
652 if (public_key_length != sizeof(avb_root_pub))
655 if (memcmp(avb_root_pub, public_key_data, public_key_length) == 0)

Completed in 55 milliseconds