Home
last modified time | relevance | path

Searched refs:wrongKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_upgrade_key_c_test.cpp286 struct HksBlob wrongKey = { .size = tooBigKeySize, .data = nullptr }; variable
287 int32_t ret = HksUpgradeKey(&wrongKey, nullptr, nullptr);
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_encrypt_decrypt_test.cpp247 std::vector<uint8_t> wrongKey{ 4, 5, 6 }; variable
248 config.SetEncryptKey(wrongKey);