Home
last modified time | relevance | path

Searched refs:hmacTest_InputDataSize (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_mac.c48 static const uint32_t hmacTest_InputDataSize = sizeof(hmacTest_InputData); in runIt_hmac() local
65 ALLOC_AND_COPY(dataInBuffPtr, pDataInBuff, hmacTest_InputData, hmacTest_InputDataSize); in runIt_hmac()
80 hmacTest_InputDataSize, in runIt_hmac()
99 …RUNIT_ASSERT_WITH_RESULT(mbedtls_md_hmac_update(&ctx, pDataInBuff, hmacTest_InputDataSize), CC_OK); in runIt_hmac()
114 … (uint32_t)hmacTest_KeySize * 8, (uint32_t)hmacTest_InputDataSize); in runIt_hmac()