Home
last modified time | relevance | path

Searched refs:hmacTest_Key (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.c45 …static uint8_t hmacTest_Key[] = { 0x15, 0xb2, 0x9a, 0xd8, 0xae, 0x2a, 0xad, 0x73, 0xa7, 0x26, 0x43… in runIt_hmac() local
46 static const uint16_t hmacTest_KeySize = sizeof(hmacTest_Key); in runIt_hmac()
66 ALLOC_AND_COPY(keyPtr, pKey, hmacTest_Key, hmacTest_KeySize); in runIt_hmac()