Searched refs:gbb_get_rootkey (Results 1 – 3 of 3) sorted by relevance
37 uint8_t *gbb_get_rootkey(struct flash_device *dev, size_t *size);
34 uint8_t *img_rootkey = gbb_get_rootkey(img, &img_size); in check_compatible_keys()35 uint8_t *spi_rootkey = gbb_get_rootkey(spi, &spi_size); in check_compatible_keys()
256 uint8_t *gbb_get_rootkey(struct flash_device *dev, size_t *size) in gbb_get_rootkey() function