Searched refs:testKeyLen (Results 1 – 3 of 3) sorted by relevance
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_mac_test.cpp | 154 uint32_t testKeyLen = 16; variable 156 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 194 uint32_t testKeyLen = 16; variable 196 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 222 uint32_t testKeyLen = 16; variable 224 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 267 uint32_t testKeyLen = 16; variable 269 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 305 uint32_t testKeyLen = 16; variable 307 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; [all …]
|
D | crypto_sm3_mac_test.cpp | 150 uint32_t testKeyLen = 16; variable 152 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 190 uint32_t testKeyLen = 16; variable 192 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 218 uint32_t testKeyLen = 16; variable 220 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 263 uint32_t testKeyLen = 16; variable 265 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; 301 uint32_t testKeyLen = 16; variable 303 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; [all …]
|
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfmaccreate_fuzzer/ |
D | hcfmaccreate_fuzzer.cpp | 41 uint32_t testKeyLen = KEY_LEN; in TestMac() local 43 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; in TestMac()
|