Lines Matching refs:paramInSetForKey
666 struct HksParamSet *paramInSetForKey = nullptr; variable
667 HksInitParamSet(¶mInSetForKey);
679 HksAddParams(paramInSetForKey, tmpParams, sizeof(tmpParams) / sizeof(tmpParams[0]));
685 HksAddParams(paramInSetForKey, &algForKey, 1);
688 HksAddParams(paramInSetForKey, °istForKey, 1);
689 HksBuildParamSet(¶mInSetForKey);
692 HksGenerateKey(&authId, paramInSetForKey, NULL);
696 HksExportPublicKey(&authId, paramInSetForKey, &pubKey);
711 HksFreeParamSet(¶mInSetForKey);
1153 struct HksParamSet *paramInSetForKey = nullptr; variable
1154 HksInitParamSet(¶mInSetForKey);
1166 HksAddParams(paramInSetForKey, tmpParams, sizeof(tmpParams) / sizeof(tmpParams[0]));
1172 HksAddParams(paramInSetForKey, &algForKey, 1);
1175 HksAddParams(paramInSetForKey, °istForKey, 1);
1176 HksBuildParamSet(¶mInSetForKey);
1184 … PressureTest::LocalHksGenerate(HKS_ECC_KEY_SIZE_224, &authId, paramInSetForKey, &priKey, &pubKey);
1199 HksFreeParamSet(¶mInSetForKey);