Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_trng.h63 uint32_t SubSamplingRatio1; member
/trusted-firmware-m-latest/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()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/
Dcc_pal_trng.c65 pTrngParams->SubSamplingRatio1 = CC_CONFIG_SAMPLE_CNT_ROSC_1; in CC_PalTrngParamGet()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c412 pTrngParams->SubSamplingRatio = pTrngParams->userParams.SubSamplingRatio1; in LLF_RND_GetRoscSampleCnt()