Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_helper.c214 int runIt_buildRandomBuffer(uint8_t *pBuf, size_t bufSize) in runIt_buildRandomBuffer() function
Drun_integration_helper.h247 int runIt_buildRandomBuffer(uint8_t *pBuf, size_t bufSize);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_gcm.c81 RUNIT_ASSERT(runIt_buildRandomBuffer(pPlainBuf, data_len) == 0); in runIt_gcmProfiling()