Home
last modified time | relevance | path

Searched refs:hmacTest_KeySize (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.c46 static const uint16_t hmacTest_KeySize = sizeof(hmacTest_Key); in runIt_hmac() local
66 ALLOC_AND_COPY(keyPtr, pKey, hmacTest_Key, hmacTest_KeySize); in runIt_hmac()
78 hmacTest_KeySize, in runIt_hmac()
97 RUNIT_ASSERT_WITH_RESULT(mbedtls_md_hmac_starts(&ctx, pKey, hmacTest_KeySize), CC_OK); in runIt_hmac()
114 … (uint32_t)hmacTest_KeySize * 8, (uint32_t)hmacTest_InputDataSize); in runIt_hmac()