Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_llf_rnd.c46 CCRndParams_t trngParams; in CC_PROD_LLF_RND_GetTrngSource() local
48 error = RNG_PLAT_SetUserRngParameters( &trngParams); in CC_PROD_LLF_RND_GetTrngSource()
53 error = LLF_RND_RunTrngStartupTest(&rndState, &trngParams, pRndWorkBuff); in CC_PROD_LLF_RND_GetTrngSource()
58 …error = LLF_RND_GetTrngSource(&rndState, &trngParams, CC_FALSE, NULL, ppSourceOut, pSourceOutSize,… in CC_PROD_LLF_RND_GetTrngSource()
/trusted-firmware-m-3.7.0/platform/ext/accelerator/cc312/psa-adac/
Dadac_crypto_cc312_rng.c18 CCRndParams_t trngParams; in hardware_rng_poll() local
28 CC_PalMemSetZero(&trngParams, sizeof(CCRndParams_t)); in hardware_rng_poll()
30 ret = RNG_PLAT_SetUserRngParameters(&trngParams); in hardware_rng_poll()
39 &trngParams, /*in/out*/ in hardware_rng_poll()
58 CC_PalMemSetZero(&trngParams, sizeof(CCRndParams_t)); in hardware_rng_poll()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_entropy.c37 CCRndParams_t trngParams; in cc3xx_get_entropy() local
63 CC_PalMemSetZero(&trngParams, sizeof(CCRndParams_t)); in cc3xx_get_entropy()
65 cc_err = RNG_PLAT_SetUserRngParameters(&trngParams); in cc3xx_get_entropy()
73 &trngParams, /*in/out*/ in cc3xx_get_entropy()
93 CC_PalMemSetZero(&trngParams, sizeof(CCRndParams_t)); in cc3xx_get_entropy()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dtrng_api.c59 CCRndParams_t trngParams; in mbedtls_hardware_poll() local
89 CC_PalMemSetZero( &trngParams, sizeof( CCRndParams_t ) ); in mbedtls_hardware_poll()
91 ret = RNG_PLAT_SetUserRngParameters( &trngParams ); in mbedtls_hardware_poll()
100 &trngParams, /*in/out*/ in mbedtls_hardware_poll()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_lib.c48 CCRndParams_t trngParams; in RndStartupTest() local
50 error = RNG_PLAT_SetUserRngParameters(&trngParams); in RndStartupTest()
74 error = LLF_RND_RunTrngStartupTest(&rndState, &trngParams, (uint32_t*)workBuff_ptr); in RndStartupTest()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.h76 CCRndParams_t *trngParams, /*in*/