Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_rng_plat.c63 pTrngParams->RoscsAllowed = (((pTrngParams->userParams.SubSamplingRatio1 > 0) ? 0x1 : 0x0) | in RNG_PLAT_SetUserRngParameters()
68 if (pTrngParams->RoscsAllowed == 0) { in RNG_PLAT_SetUserRngParameters()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/local/
Dcc_rnd_local.h104 uint32_t RoscsAllowed; member
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.h109 uint32_t *RoscsAllowed,
Dllf_rnd_fetrng.c437 …f (error == LLF_RND_TRNG_REQUIRED_ROSCS_NOT_ALLOWED_ERROR && (trngParams_ptr->RoscsAllowed != 0)) { in LLF_RND_GetTrngSource()
Dllf_rnd.c454 if (*rosc_ptr & trngParams_ptr->RoscsAllowed) { in LLF_RND_GetFastestRosc()
Dllf_rnd_trng90b.c460 …f (error == LLF_RND_TRNG_REQUIRED_ROSCS_NOT_ALLOWED_ERROR && (trngParams_ptr->RoscsAllowed != 0)) { in getTrngSource()