Searched refs:PLAT_RND_VECTOR_SZ (Results 1 – 3 of 3) sorted by relevance
23 static uint8_t rng_cache[PLAT_RND_VECTOR_SZ] __nex_bss34 assert(rng_cache_pos < PLAT_RND_VECTOR_SZ); in hw_get_random_bytes()48 if (rng_cache_pos == PLAT_RND_VECTOR_SZ) in hw_get_random_bytes()
15 #define PLAT_RND_VECTOR_SZ 32 macro22 uint32_t plat_rom_getrndvector(uint8_t rndbuff[PLAT_RND_VECTOR_SZ],
120 uint32_t plat_rom_getrndvector(uint8_t rndbuff[PLAT_RND_VECTOR_SZ], in plat_rom_getrndvector() argument159 cache_op_inner(DCACHE_AREA_INVALIDATE, rndbuff, PLAT_RND_VECTOR_SZ); in plat_rom_getrndvector()