Searched refs:wrongKey (Results 1 – 2 of 2) sorted by relevance
286 struct HksBlob wrongKey = { .size = tooBigKeySize, .data = nullptr }; variable287 int32_t ret = HksUpgradeKey(&wrongKey, nullptr, nullptr);
247 std::vector<uint8_t> wrongKey{ 4, 5, 6 }; variable248 config.SetEncryptKey(wrongKey);