Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/unittest/huks_common_test/src/
H A Dhks_test_cipher_func.cpp258 if (g_testEncryptParams[index].encryptParamSetParams.setIsKeyAlias && in BaseTestEncrypt()
259 !g_testEncryptParams[index].encryptParamSetParams.isKeyAlias) { in BaseTestEncrypt()
262 if (g_testEncryptParams[index].keyAliasParams.blobExist) { in BaseTestEncrypt()
264 &g_testEncryptParams[index].genKeyParamSetParams, NULL); in BaseTestEncrypt()
267 g_testEncryptParams[index].encryptAliasParams.blobExist, in BaseTestEncrypt()
268 g_testEncryptParams[index].encryptAliasParams.blobSize, in BaseTestEncrypt()
269 g_testEncryptParams[index].encryptAliasParams.blobDataExist, in BaseTestEncrypt()
278 &g_testEncryptParams[index].inDataParams, &g_testEncryptParams[index].outDataParams); in BaseTestEncrypt()
290 HKS_TEST_ASSERT(ret == g_testEncryptParams[index].expectResult); in BaseTestEncrypt()
293 if (g_testEncryptParams[index].keyAliasParams.blobExist) { in BaseTestEncrypt()
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_cipher_c.h117 static const struct HksTestEncryptParams g_testEncryptParams[] = { variable