Searched refs:keyMaterialBlob (Results 1 – 2 of 2) sorted by relevance
/base/security/crypto_framework/test/unittest/src/ |
D | crypto_mac_test.cpp | 156 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; variable 157 generator->convertSymKey(generator, &keyMaterialBlob, &key); 196 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; variable 197 generator->convertSymKey(generator, &keyMaterialBlob, &key); 224 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; variable 225 generator->convertSymKey(generator, &keyMaterialBlob, &key); 269 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; variable 270 generator->convertSymKey(generator, &keyMaterialBlob, &key); 307 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; variable 308 generator->convertSymKey(generator, &keyMaterialBlob, &key); [all …]
|
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfmaccreate_fuzzer/ |
D | hcfmaccreate_fuzzer.cpp | 43 HcfBlob keyMaterialBlob = {.data = reinterpret_cast<uint8_t *>(testKey), .len = testKeyLen}; in TestMac() local 44 generator->convertSymKey(generator, &keyMaterialBlob, &key); in TestMac()
|