Searched refs:oldKeyBlobParamSet (Results 1 – 1 of 1) sorted by relevance
137 static int32_t AddMandatoryParamsInCore(const struct HksParamSet *oldKeyBlobParamSet, in AddMandatoryParamsInCore() argument151 ret = HKS_ADD_MANDATORY_FUNC_LIST[i].func(oldKeyBlobParamSet, outParamSet); in AddMandatoryParamsInCore()217 ret = HksProcessIdentityVerify(oldKeyBlobParamSet, paramSet); in AuthUpgradeKey()225 return AuthChangeProcessName(oldKeyBlobParamSet, paramSet); in AuthUpgradeKey()241 int32_t ret = AuthUpgradeKey(oldKeyBlobParamSet, paramSet); in CheckIsNeedToUpgradeKey()245 ret = HksGetParam(oldKeyBlobParamSet, HKS_TAG_KEY_VERSION, &keyVersion); in CheckIsNeedToUpgradeKey()268 ret = AddAlgParamsTags(oldKeyBlobParamSet, newKeyBlobParamSet); in ConstructNewKeyParamSet()296 struct HksParamSet *oldKeyBlobParamSet = NULL; in HksUpgradeKey() local312 ret = CheckIsNeedToUpgradeKey(oldKeyBlobParamSet, paramSet); in HksUpgradeKey()323 CleanParamSetKey(oldKeyBlobParamSet); in HksUpgradeKey()[all …]