Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.cpp275 struct HksParamSet *existParamSet = nullptr; in IsKeyExist() local
276 …int32_t ret = ConstructParamSet(&existParamSet, g_existParams, sizeof(g_existParams) / sizeof(stru… in IsKeyExist()
282 if (HksKeyExist(keyAlias, existParamSet) == HKS_SUCCESS) { in IsKeyExist()
290 HksFreeParamSet(&existParamSet); in IsKeyExist()