Home
last modified time | relevance | path

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

/base/security/huks/test/reliability/src/
Dpressure_test.cpp690 struct HksParamSet *paramInSetForKey = nullptr; variable
691 HksInitParamSet(&paramInSetForKey);
703 HksAddParams(paramInSetForKey, tmpParams, sizeof(tmpParams) / sizeof(tmpParams[0]));
709 HksAddParams(paramInSetForKey, &algForKey, 1);
712 HksAddParams(paramInSetForKey, &degistForKey, 1);
713 HksBuildParamSet(&paramInSetForKey);
716 HksGenerateKey(&authId, paramInSetForKey, NULL);
720 HksExportPublicKey(&authId, paramInSetForKey, &pubKey);
735 HksFreeParamSet(&paramInSetForKey);
1175 struct HksParamSet *paramInSetForKey = nullptr; variable
[all …]