Searched refs:g_testEncryptParams (Results 1 – 2 of 2) sorted by relevance
258 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 …]
117 static const struct HksTestEncryptParams g_testEncryptParams[] = { variable