Searched refs:BOOTLOADER_SEED_MAX_ENTRIES (Results 1 – 4 of 4) sorted by relevance
10 #define BOOTLOADER_SEED_MAX_ENTRIES 10U macro24 struct seed_info seed_list[BOOTLOADER_SEED_MAX_ENTRIES];
58 struct seed_info useed_list[BOOTLOADER_SEED_MAX_ENTRIES];59 struct seed_info dseed_list[BOOTLOADER_SEED_MAX_ENTRIES];
153 (void)memset(seed_list, 0U, sizeof(struct seed_info) * BOOTLOADER_SEED_MAX_ENTRIES); in derive_virtual_seed()203 (g_phy_seed.num_seeds > BOOTLOADER_SEED_MAX_ENTRIES)) { in derive_attkb_enc_key()
94 (entry->index >= BOOTLOADER_SEED_MAX_ENTRIES)) { in parse_seed_sbl()
Completed in 8 milliseconds