Searched refs:hmacTest_KeySize (Results 1 – 1 of 1) sorted by relevance
46 static const uint16_t hmacTest_KeySize = sizeof(hmacTest_Key); in runIt_hmac() local66 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()