未验证 提交 0c53f3e0 编写于 作者: 范晓兵 提交者: Gitee

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

Signed-off-by: N范晓兵 <fanxiaobing2@huawei-partners.com>
上级 59852bb8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册