提交 9bdd4ec7 编写于 作者: 伞木希美

change storage path

Signed-off-by: N伞木希美 <zhanghanlin9@huawei.com>
上级 8114a988
...@@ -63,7 +63,7 @@ void HksModifyKeyTest::TearDown() ...@@ -63,7 +63,7 @@ void HksModifyKeyTest::TearDown()
const int DEFAULT_AES_CIPHER_PLAIN_SIZE = 1000; const int DEFAULT_AES_CIPHER_PLAIN_SIZE = 1000;
const int AES_DEFAULT_GCM_NONCE_LENGTH = 12; const int AES_DEFAULT_GCM_NONCE_LENGTH = 12;
const int AES_DEFAULT_AAD_LEN = 4; const int AES_DEFAULT_AAD_LEN = 4;
const char *g_storePath = "/storage/maindata/hks_client/key"; const char *g_storePath = "/storage/data/service/el1/public/huks_service/maindata/+0+0+0+0/key";
const char *g_testName = "TestName"; const char *g_testName = "TestName";
const struct HksTestCipherParams g_testCipherParams[] = { const struct HksTestCipherParams g_testCipherParams[] = {
......
...@@ -56,7 +56,7 @@ void HksSafeCompareKeyTest::TearDown() ...@@ -56,7 +56,7 @@ void HksSafeCompareKeyTest::TearDown()
{ {
} }
const char *g_storePath = "/storage/maindata/hks_client/key/"; const char *g_storePath = "/storage/data/service/el1/public/huks_service/maindata/+0+0+0+0/key";
const char *g_testOne = "TestOne"; const char *g_testOne = "TestOne";
const char *g_testTwo = "TestTwo"; const char *g_testTwo = "TestTwo";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册