Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_three_stage.c979 struct HksBlob tempInData = { 0, NULL }; in CoreAesCipherFinish() local
980 ret = FinishCachedData(keyNode, inData, &tempInData); in CoreAesCipherFinish()
984 HKS_FREE_BLOB(tempInData); in CoreAesCipherFinish()
1111 struct HksBlob tempInData = { 0, NULL }; in CoreRsaCipherFinish() local
1112 int32_t ret = FinishCachedData(keyNode, inData, &tempInData); in CoreRsaCipherFinish()
1115 ret = RsaCipherFinish(keyNode, &tempInData, outData); in CoreRsaCipherFinish()
1116 HKS_FREE_BLOB(tempInData); in CoreRsaCipherFinish()
1123 struct HksBlob tempInData = { 0, NULL }; in CoreSm2CipherFinish() local
1124 int32_t ret = FinishCachedData(keyNode, inData, &tempInData); in CoreSm2CipherFinish()
1127 ret = Sm2CipherFinish(keyNode, &tempInData, outData); in CoreSm2CipherFinish()
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
H A Dhks_aes_cipher_ccm_test.cpp943 …uint8_t tempInData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5,… variable
945 struct HksBlob inData = {sizeof(tempInData), tempInData};
1002 …uint8_t tempInData[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, 1, 2, 3, 4, 5,… variable
1004 struct HksBlob inData = {sizeof(tempInData), tempInData};