Home
last modified time | relevance | path

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

/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_core_service_three_stage.c959 struct HksBlob tempInData = { 0, NULL }; in CoreRsaCipherFinish() local
960 int32_t ret = FinishCachedData(keyNode, inData, &tempInData); in CoreRsaCipherFinish()
963 ret = RsaCipherFinish(keyNode, &tempInData, outData); in CoreRsaCipherFinish()
964 HKS_FREE_BLOB(tempInData); in CoreRsaCipherFinish()
971 struct HksBlob tempInData = { 0, NULL }; in CoreSm2CipherFinish() local
972 int32_t ret = FinishCachedData(keyNode, inData, &tempInData); in CoreSm2CipherFinish()
975 ret = Sm2CipherFinish(keyNode, &tempInData, outData); in CoreSm2CipherFinish()
976 HKS_FREE_BLOB(tempInData); in CoreSm2CipherFinish()