Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c4317 static const uint32_t templateRng[] = { variable
4356 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()