Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_trng.h53 uint32_t adaptiveProportionCutOff; member
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/
Dcc_pal_trng.c73 …pTrngParams->trngModeParams.adaptiveProportionCutOff = CC_CONFIG_TRNG90B_ADAPTIVE_PROPORTION_CUTOF… in CC_PalTrngParamGet()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_trng90b.c507 uint32_t adpC = trngParams_ptr->userParams.trngModeParams.adaptiveProportionCutOff; in runContinuousTesting()