Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_key_derivation.c200 uint8_t* pDataOutRef = NULL; in runIt_cmacRootKeyDerivTest() local
220 ALLOC(dataOutRefPtr, pDataOutRef, dataOutLength); in runIt_cmacRootKeyDerivTest()
231 (uint8_t *)pDataOutRef, in runIt_cmacRootKeyDerivTest()
245 RUNIT_PRINT_BUF(pDataOutRef, dataOutLength, "pDataOutRef"); in runIt_cmacRootKeyDerivTest()
250 RUNIT_ASSERT(memcmp(pDataOut, pDataOutRef, dataOutLength) != 0); in runIt_cmacRootKeyDerivTest()
252 RUNIT_ASSERT(memcmp(pDataOut, pDataOutRef, dataOutLength) == 0); in runIt_cmacRootKeyDerivTest()