Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtst_common.c107 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local
110 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()
120 LibInitArgs threadArgs; in tests_CC_libInit() local
121 threadArgs.rndContext_ptr=rndContext_ptr; in tests_CC_libInit()
122 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit()
134 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dplatform_alt.c29 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local
35 rc = CC_LibInit(threadArgs->rndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()
46 LibInitArgs threadArgs; in tests_CC_libInit() local
48 threadArgs.rndContext_ptr=rndContext_ptr; in tests_CC_libInit()
49 threadArgs.rndWorkBuff_ptr=rndWorkBuff_ptr; in tests_CC_libInit()
63 rc = pthread_create(&threadId, &threadAttr, Test_LibInit, (void *)&threadArgs); in tests_CC_libInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_cclib.c26 LibInitArgs* threadArgs = (LibInitArgs*)params; in Test_LibInit() local
27 gRndContext_ptr.rndState = threadArgs->p_rng; in Test_LibInit()
28 gRndContext_ptr.entropyCtx = threadArgs->p_entropy; in Test_LibInit()
30 rc = CC_LibInit(&gRndContext_ptr, threadArgs->rndWorkBuff_ptr); in Test_LibInit()