Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/cmpu_integration_test/
Dcmpu_integration_test.c113 ALLOC32(pWorkspaceBuf, pWorkspace, CMPU_WORKSPACE_MINIMUM_SIZE); in cmpuIt_cmpuTest()
129 CMPUIT_PRINT_DBG("CMPU_WORKSPACE_MINIMUM_SIZE[%d]\n", CMPU_WORKSPACE_MINIMUM_SIZE); in cmpuIt_cmpuTest()
135 CMPU_WORKSPACE_MINIMUM_SIZE), CC_OK); in cmpuIt_cmpuTest()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcc_cmpu.h29 #define CMPU_WORKSPACE_MINIMUM_SIZE 4096 macro
Dcmpu.c236 (workspaceSize < CMPU_WORKSPACE_MINIMUM_SIZE) ) { in CCProd_Cmpu()