Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp666 struct HksParamSet *paramInSetForKey = nullptr; variable
667 HksInitParamSet(&paramInSetForKey);
685 HksAddParams(paramInSetForKey, &algForKey, 1);
689 HksBuildParamSet(&paramInSetForKey);
692 HksGenerateKey(&authId, paramInSetForKey, NULL);
711 HksFreeParamSet(&paramInSetForKey);
1153 struct HksParamSet *paramInSetForKey = nullptr; variable
1154 HksInitParamSet(&paramInSetForKey);
1172 HksAddParams(paramInSetForKey, &algForKey, 1);
1176 HksBuildParamSet(&paramInSetForKey);
[all …]