Searched refs:paramInSetForKey (Results 1 – 1 of 1) sorted by relevance
/base/security/huks/test/reliability/src/ |
D | pressure_test.cpp | 690 struct HksParamSet *paramInSetForKey = nullptr; variable 691 HksInitParamSet(¶mInSetForKey); 703 HksAddParams(paramInSetForKey, tmpParams, sizeof(tmpParams) / sizeof(tmpParams[0])); 709 HksAddParams(paramInSetForKey, &algForKey, 1); 712 HksAddParams(paramInSetForKey, °istForKey, 1); 713 HksBuildParamSet(¶mInSetForKey); 716 HksGenerateKey(&authId, paramInSetForKey, NULL); 720 HksExportPublicKey(&authId, paramInSetForKey, &pubKey); 735 HksFreeParamSet(¶mInSetForKey); 1175 struct HksParamSet *paramInSetForKey = nullptr; variable [all …]
|