Searched refs:tempOut (Results 1 – 3 of 3) sorted by relevance
43 std::string tempOut; in GetValue() local44 bool ret = GetValue(env, in, tempOut); in GetValue()46 out = Str8ToStr16(tempOut); in GetValue()
817 struct HksBlob *tempOut = (struct HksBlob *)HksMalloc(sizeof(struct HksBlob)); in ConstructDervieBlob() local818 HKS_IF_NULL_LOGE_RETURN(tempOut, HKS_ERROR_MALLOC_FAIL, "construct derive blob malloc failed") in ConstructDervieBlob()820 tempOut->data = (uint8_t *)HksMalloc(deriveSize); in ConstructDervieBlob()821 if (tempOut->data == NULL) { in ConstructDervieBlob()822 HKS_FREE_PTR(tempOut); in ConstructDervieBlob()826 tempOut->size = deriveSize; in ConstructDervieBlob()827 *out = tempOut; in ConstructDervieBlob()
340 struct HksBlob tempOut = { sizeof(uint32_t), (uint8_t *)&temp }; in ServiceSignVerifyUpdate() local345 int32_t ret = HksUpdate(&handleHks, paramSet, &inDataHks, &tempOut); in ServiceSignVerifyUpdate()