Searched refs:g_testDecryptParams (Results 1 – 2 of 2) sorted by relevance
310 if (g_testDecryptParams[index].decryptParamSetParams.setIsKeyAlias && in BaseTestDecrypt()311 !g_testDecryptParams[index].decryptParamSetParams.isKeyAlias) { in BaseTestDecrypt()314 if (g_testDecryptParams[index].keyAliasParams.blobExist) { in BaseTestDecrypt()316 &g_testDecryptParams[index].genKeyParamSetParams, NULL); in BaseTestDecrypt()319 g_testDecryptParams[index].decryptAliasParams.blobExist, in BaseTestDecrypt()320 g_testDecryptParams[index].decryptAliasParams.blobSize, in BaseTestDecrypt()321 g_testDecryptParams[index].decryptAliasParams.blobDataExist, in BaseTestDecrypt()330 &g_testDecryptParams[index].inDataParams, &g_testDecryptParams[index].outDataParams); in BaseTestDecrypt()342 HKS_TEST_ASSERT(ret == g_testDecryptParams[index].expectResult); in BaseTestDecrypt()345 if (g_testDecryptParams[index].keyAliasParams.blobExist) { in BaseTestDecrypt()[all …]
254 static const struct HksTestDecryptParams g_testDecryptParams[] = { variable