Home
last modified time | relevance | path

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

/device/google/dragon/recovery/updater/
Dupdate_fw.cpp35 uint8_t *spi_rootkey = gbb_get_rootkey(spi, &spi_size); in check_compatible_keys() local
37 if (!img_rootkey || !spi_rootkey || img_size != spi_size) { in check_compatible_keys()
42 if (memcmp(img_rootkey, spi_rootkey, img_size)) { in check_compatible_keys()