Home
last modified time | relevance | path

Searched defs:hmacKeyBuff (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/security_lite/deviceauth_basic_deps/
Dhc_alg_test.c251 Uint8Buff *msg, Uint8Buff *hmacKeyBuff, Uint8Buff *outHmacBuff) in TestComputeHmacWithIsAliasTrue()
301 Uint8Buff hmacKeyBuff = { (uint8_t *)malloc(TEST_HMAC_KEY_LEN), TEST_HMAC_KEY_LEN }; in TestComputeHmac() local