Searched refs:templateRng (Results 1 – 1 of 1) sorted by relevance
4317 static const uint32_t templateRng[] = { variable4356 BUILD_ASSURE(sizeof(templateRng) <= sizeof(caam_desc_rng_t), caam_desc_rng_t_size); in CAAM_RNG_GetRandomDataNonBlocking()4357 uint32_t descriptorSize = ARRAY_SIZE(templateRng); in CAAM_RNG_GetRandomDataNonBlocking()4359 (void)caam_memcpy(descriptor, templateRng, sizeof(templateRng)); in CAAM_RNG_GetRandomDataNonBlocking()