Searched refs:keyGenTypeParam (Results 1 – 2 of 2) sorted by relevance
61 struct HksParam *keyGenTypeParam = NULL; in GetGenType() local62 int32_t ret = HksGetParam(paramSet, HKS_TAG_KEY_GENERATE_TYPE, &keyGenTypeParam); in GetGenType()71 switch (keyGenTypeParam->uint32Param) { in GetGenType()
875 struct HksParam *keyGenTypeParam = NULL; in GetDeriveMainKey() local876 int32_t ret = HksGetParam(paramSet, HKS_TAG_KEY_GENERATE_TYPE, &keyGenTypeParam); in GetDeriveMainKey()880 if (keyGenTypeParam->uint32Param == HKS_KEY_GENERATE_TYPE_AGREE) { in GetDeriveMainKey()882 } else if (keyGenTypeParam->uint32Param == HKS_KEY_GENERATE_TYPE_DEFAULT) { in GetDeriveMainKey()