Home
last modified time | relevance | path

Searched refs:DMPU_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/dmpu_integration_test/
Ddmpu_integration_test.c115 ALLOC32(pWorkspaceBuf, pWorkspace, DMPU_WORKSPACE_MINIMUM_SIZE); in dmpuIt_dmpuTest()
130 DMPUIT_PRINT_DBG("DMPU_WORKSPACE_MINIMUM_SIZE[%d]\n", DMPU_WORKSPACE_MINIMUM_SIZE); in dmpuIt_dmpuTest()
136 DMPU_WORKSPACE_MINIMUM_SIZE), CC_OK); in dmpuIt_dmpuTest()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/dmpu/
Dcc_dmpu.h28 #define DMPU_WORKSPACE_MINIMUM_SIZE 1536 macro
Ddmpu.c139 (workspaceSize < DMPU_WORKSPACE_MINIMUM_SIZE)) { in CCProd_Dmpu()