Searched refs:testKeyLen (Results 1 – 2 of 2) sorted by relevance
154 uint32_t testKeyLen = 16; variable156 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen};194 uint32_t testKeyLen = 16; variable196 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen};222 uint32_t testKeyLen = 16; variable224 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen};267 uint32_t testKeyLen = 16; variable269 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen};305 uint32_t testKeyLen = 16; variable307 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen};[all …]
41 uint32_t testKeyLen = KEY_LEN; in TestMac() local43 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; in TestMac()