未验证 提交 d727859f 编写于 作者: O openharmony_ci 提交者: Gitee

!6913 【security_lite】【monthly_20221018】修改hks_mac_test.c,GenerateKey函数名

Merge pull request !6913 from 范晓兵/monthly_20221018
......@@ -168,7 +168,7 @@ static int32_t BaseTestMac(uint32_t index)
g_testMacParams[index].keyParams.blobDataSize);
} else {
if (g_testMacParams[index].keyAliasParams.blobExist) {
ret = GenerateKey(&key, &(g_testMacParams[index].keyAliasParams),
ret = HuksGenerateKey(&key, &(g_testMacParams[index].keyAliasParams),
&g_testMacParams[index].genKeyParamSetParams, NULL);
} else {
ret = TestConstuctBlob(&key,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册