/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | tst_common.h | 37 …fine TST_CC_LIB_INIT(rc, rndContext_ptr, rndWorkBuff_ptr) rc = CC_LibInit(rndContext_ptr, rn… argument 38 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo… 43 CCRndWorkBuff_t * rndWorkBuff_ptr; member 52 #define TST_CC_LIB_INIT(rc, rndContext_ptr, rndWorkBuff_ptr) {\ argument 53 rc = CC_LibInit(rndContext_ptr, rndWorkBuff_ptr, false, &fipsCtx);\ 59 #define TST_CC_LIB_INIT(rc, rndContext_ptr, rndWorkBuff_ptr) {\ argument 60 rc = CC_LibInit(rndContext_ptr, rndWorkBuff_ptr, false, &fipsCtx);\
|
D | tst_common_init.c | 11 int tests_CC_libInit_wrap(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr){ in tests_CC_libInit_wrap() argument 18 params.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit_wrap()
|
D | tst_common.c | 110 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit() 115 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo… in tests_CC_libInit() argument 122 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit()
|
D | tst_common_init.h | 13 int tests_CC_libInit_wrap(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr);
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | trng_api.c | 57 CCRndWorkBuff_t *rndWorkBuff_ptr; in mbedtls_hardware_poll() local 82 rndWorkBuff_ptr = ( CCRndWorkBuff_t * )mbedtls_calloc( 1, sizeof ( CCRndWorkBuff_t ) ); in mbedtls_hardware_poll() 83 if ( NULL == rndWorkBuff_ptr ) in mbedtls_hardware_poll() 105 (uint32_t*)rndWorkBuff_ptr, /*in*/ in mbedtls_hardware_poll() 121 mbedtls_zeroize_internal( rndWorkBuff_ptr, sizeof( CCRndWorkBuff_t ) ); in mbedtls_hardware_poll() 122 mbedtls_free( rndWorkBuff_ptr ); in mbedtls_hardware_poll()
|
D | platform_alt.c | 35 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit() 41 int tests_CC_libInit(CCRndContext_t* rndContext_ptr, CCRndWorkBuff_t * rndWorkBuff_ptr, unsigned lo… in tests_CC_libInit() argument 49 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit() 102 pPlatTestCtx->rndWorkBuff_ptr = (CCRndWorkBuff_t *)(g_testHwRndWorkBuffBaseAddr); in mbedtls_platform_setup() 105 …rc = tests_CC_libInit(pPlatTestCtx->rndContext_ptr, pPlatTestCtx->rndWorkBuff_ptr, (unsigned long*… in mbedtls_platform_setup()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/ |
D | test_proj_cclib.c | 18 CCRndWorkBuff_t * rndWorkBuff_ptr; member 30 rc = CC_LibInit(&gRndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit() 36 int Test_Proj_CC_LibInit_Wrap(void* p_rng, void* p_entropy, CCRndWorkBuff_t * rndWorkBuff_ptr){ in Test_Proj_CC_LibInit_Wrap() argument 45 params.rndWorkBuff_ptr = rndWorkBuff_ptr; in Test_Proj_CC_LibInit_Wrap()
|
D | test_proj_cclib.h | 33 CCRndWorkBuff_t * rndWorkBuff_ptr);
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/ |
D | llf_rnd_trng.h | 104 uint32_t *rndWorkBuff_ptr, /*in*/ 122 uint32_t *rndWorkBuff_ptr); /*in*/
|
D | llf_rnd_trng90b.c | 90 uint32_t *rndWorkBuff_ptr, 161 uint32_t *rndWorkBuff_ptr, /*in*/ in LLF_RND_GetTrngSource() argument 182 sourceOut_ptr_ptr, sourceOutSize_ptr, rndWorkBuff_ptr, CC_FALSE/* isStartup*/); in LLF_RND_GetTrngSource() 195 uint32_t *rndWorkBuff_ptr) in LLF_RND_RunTrngStartupTest() argument 203 &pSourceOut, &sourceOutSize, rndWorkBuff_ptr, CC_TRUE/* isStartup*/); in LLF_RND_RunTrngStartupTest() 328 uint32_t *rndWorkBuff_ptr, /*in*/ in getTrngSource() argument 355 *sourceOut_ptr_ptr = rndWorkBuff_ptr + CC_RND_SRC_BUFF_OFFSET_WORDS; in getTrngSource()
|
D | llf_rnd_fetrng.c | 287 uint32_t *rndWorkBuff_ptr, /*in*/ in LLF_RND_GetTrngSource() argument 323 *sourceOut_ptr_ptr = rndWorkBuff_ptr; in LLF_RND_GetTrngSource() 493 uint32_t *rndWorkBuff_ptr) in LLF_RND_RunTrngStartupTest() argument 498 CC_UNUSED_PARAM(rndWorkBuff_ptr); in LLF_RND_RunTrngStartupTest()
|
D | llf_rnd.c | 314 uint32_t *rndWorkBuff_ptr) /*in*/ in LLF_RND_EntropyEstimateFull() argument 320 uint32_t *eachRoscEntr_ptr = rndWorkBuff_ptr + CC_RND_WORK_BUFF_TMP2_OFFSET; in LLF_RND_EntropyEstimateFull() 325 h_ptr = rndWorkBuff_ptr + CC_RND_H_BUFF_OFFSET; in LLF_RND_EntropyEstimateFull() 326 ec_ptr = rndWorkBuff_ptr + CC_RND_EC_BUFF_OFFSET; in LLF_RND_EntropyEstimateFull()
|
D | llf_rnd.h | 148 uint32_t *rndWorkBuff_ptr); /*in*/
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/ |
D | cc_lib.h | 94 CCRndWorkBuff_t *rndWorkBuff_ptr
|
D | cc_lib.c | 166 CClibRetCode_t CC_LibInit(CCRndContext_t *rndContext_ptr, CCRndWorkBuff_t *rndWorkBuff_ptr) in CC_LibInit() argument 177 if (rndWorkBuff_ptr == NULL) in CC_LibInit() 240 error = RndStartupTest(rndWorkBuff_ptr); in CC_LibInit()
|