Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dtrng_api.c57 CCRndWorkBuff_t *rndWorkBuff_ptr; in mbedtls_hardware_poll()
82 rndWorkBuff_ptr = ( CCRndWorkBuff_t * )mbedtls_calloc( 1, sizeof ( CCRndWorkBuff_t ) ); in mbedtls_hardware_poll()
121 mbedtls_zeroize_internal( rndWorkBuff_ptr, sizeof( CCRndWorkBuff_t ) ); in mbedtls_hardware_poll()
Dplatform_alt.c41 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo… in tests_CC_libInit()
102 pPlatTestCtx->rndWorkBuff_ptr = (CCRndWorkBuff_t *)(g_testHwRndWorkBuffBaseAddr); in mbedtls_platform_setup()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/psa-adac/
Dadac_crypto_cc312_rng.c16 CCRndWorkBuff_t rndWorkBuff; in hardware_rng_poll()
26 CC_PalMemSetZero(&rndWorkBuff, sizeof(CCRndWorkBuff_t)); in hardware_rng_poll()
56 CC_PalMemSetZero(&rndWorkBuff, sizeof(CCRndWorkBuff_t)); in hardware_rng_poll()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_psa_entropy.c35 CCRndWorkBuff_t rndWorkBuff; in cc3xx_get_entropy()
61 CC_PalMemSetZero(&rndWorkBuff, sizeof(CCRndWorkBuff_t)); in cc3xx_get_entropy()
91 CC_PalMemSetZero(&rndWorkBuff, sizeof(CCRndWorkBuff_t)); in cc3xx_get_entropy()
Dcc3xx_psa_init.c37 static CCRndWorkBuff_t *CC312_pRndWorkBuff = NULL;
59 CC312_pRndWorkBuff = mbedtls_calloc(1, sizeof(CCRndWorkBuff_t)); in cc3xx_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtst_common.h38 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo…
43 CCRndWorkBuff_t * rndWorkBuff_ptr;
Dtst_common_init.h13 int tests_CC_libInit_wrap(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr);
Dtst_common_init.c11 int tests_CC_libInit_wrap(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr){ in tests_CC_libInit_wrap()
Dtst_common.c115 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo… in tests_CC_libInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_cclib.c18 CCRndWorkBuff_t * rndWorkBuff_ptr;
36 int Test_Proj_CC_LibInit_Wrap(void* p_rng, void* p_entropy, CCRndWorkBuff_t * rndWorkBuff_ptr){ in Test_Proj_CC_LibInit_Wrap()
Dtest_proj_cclib.h33 CCRndWorkBuff_t * rndWorkBuff_ptr);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dcc_lib.h94 CCRndWorkBuff_t *rndWorkBuff_ptr
Dcc_lib.c43 CCRndWorkBuff_t *workBuff_ptr/*in/out*/) in RndStartupTest()
166 CClibRetCode_t CC_LibInit(CCRndContext_t *rndContext_ptr, CCRndWorkBuff_t *rndWorkBuff_ptr) in CC_LibInit()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dcc312.c29 static CCRndWorkBuff_t *CC312_pRndWorkBuff = NULL;
64 CC312_pRndWorkBuff = mbedtls_calloc(1, sizeof(CCRndWorkBuff_t)); in crypto_hw_accelerator_init()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dcc_rnd_common.h96 }CCRndWorkBuff_t; typedef
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c166 CCRndWorkBuff_t* pRndWorkBuff = NULL; in runIt_init()
176 ALLOC_STRUCT(CCRndWorkBuff_t, rndWorkBuff, pRndWorkBuff); in runIt_init()