Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 78) sorted by relevance

1234

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp47 static OH_Huks_Result TestLessThanMaxSeg(const struct OH_Huks_Blob *handle, const struct OH_Huks_Pa… in TestLessThanMaxSeg()
83 OH_Huks_Result HksTestUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSet *para… in HksTestUpdate()
123 OH_Huks_Result TestUpdateLoopFinish(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSe… in TestUpdateLoopFinish()
184 OH_Huks_Result TestUpdateFinish(const struct OH_Huks_Blob *handle, const struct OH_Huks_ParamSet *p… in TestUpdateFinish()
311 static OH_Huks_Result HksEncryptLoopUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_… in HksEncryptLoopUpdate()
375 uint8_t handle[sizeof(uint64_t)] = {0}; in HuksEncrypt() local
386 static OH_Huks_Result HksDecryptLoopUpdate(const struct OH_Huks_Blob *handle, const struct OH_Huks_… in HksDecryptLoopUpdate()
451 uint8_t handle[sizeof(uint64_t)] = {0}; in HuksDecrypt() local
565 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HuksAgreeKey() local
Dhuks_agree_ecdh_test_common.cpp30 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HksEcdhAgreeFinish() local
57 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HksEcdhAgreeAbort() local
Dhuks_agree_dh_test.cpp50 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HksDhAgreeFinish() local
77 struct OH_Huks_Blob handle = {sizeof(uint64_t), handleU}; in HksDhAgreeAbort() local
/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.cpp95 uint32_t GetPixelValue(const BufferHandle &handle, int x, int y) in GetPixelValue()
128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel()
169 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel()
192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor()
201 void ClearColorRect(const BufferHandle &handle, uint32_t color, const IRect &rect) in ClearColorRect()
212 std::vector<IRect> SplitBuffer(const BufferHandle &handle, std::vector<uint32_t> &colors) in SplitBuffer()
Dhdi_test_render_utils.cpp30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel()
51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor()
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/derive/
DpublicDeriveCallback.js19 let handle; variable
105 function updateSession(handle, HuksOptions) { argument
159 function abortSession(handle, HuksOptionsAbort) { argument
175 function finishSession(handle, HuksOptionsFinish) { argument
/test/xts/acts/security/huks/security_huks_basic/utils/param/derive/
DpublicDeriveCallback.js19 let handle; variable
86 function update(handle, HuksOptions) { argument
127 function abort(handle, huksOptionsAbort) { argument
140 function finish(handle, huksOptionsFinish) { argument
/test/xts/acts/developtools/hiplugintest/
Dhipluginmoduleapitest.cpp69 void* handle; in MemoryPluginTest() local
195 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY); variable
221 void* handle = dlopen(LIB_PATH.c_str(), RTLD_LAZY); variable
/test/xts/acts/multimedia/avcodec/AVCodecDrmNdk/entry/src/main/cpp/
Dhello.cpp45 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_CencInfo_Destroy() local
69 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetAlgorithm() local
114 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetKeyIdAndIv() local
165 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetSubsampleInfo() local
204 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetMode() local
245 OH_AVCencInfo *handle = OH_AVCencInfo_Create(); in Test_AVCencInfo_SetAVBuffer() local
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/signverify/
DpublicSignverifyCallback.js22 let handle; variable
206 function updateSession(handle, HuksOptions) { argument
242 function finishSession(handle, HuksOptionsFinish) { argument
273 function abortSession(handle, HuksOptionsAbort) { argument
/test/xts/acts/security/huks/security_huks_basic/utils/param/signverify/
DpublicSignverifyCallback.js22 let handle; variable
170 function updateCallback(handle, HuksOptions) { argument
196 function finish(handle, HuksOptionsFinish) { argument
221 function abort(handle, HuksOptionsAbort) { argument
/test/xts/acts/security/huks/security_huks_basic/utils/param/agree/
DpublicAgreeCallback.js22 let handle; variable
125 function update(handle, HuksOptions) { argument
166 function abort(handle, HuksOptionsAbort) { argument
179 function finish(handle, HuksOptionsFinish) { argument
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/agree/
DpublicAgreeCallback.js22 let handle; variable
152 function updateSession(handle, HuksOptions) { argument
204 function abortSession(handle, HuksOptionsAbort) { argument
220 function finishSession(handle, HuksOptionsFinish) { argument
/test/xts/acts/security/huks/security_huks_reformed_test/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
DSecurityHuksHmacBasicCallbackJsunit.test.js22 var handle; variable
58 function updateSession(handle, HuksOptions) { argument
74 function finish(handle, HuksOptions) { argument
90 function abort(handle, HuksOptions) { argument
/test/xts/acts/security/huks/security_huks_basic/huks_hmac_callback_BasicTest/entry/src/ohosTest/js/test/HMAC/
DSecurityHuksHmacBasicCallbackJsunit.test.js22 var handle; variable
65 function update(handle, HuksOptions) { argument
83 function finish(handle, HuksOptions) { argument
101 function abort(handle, HuksOptions) { argument
/test/xts/acts/security/huks/security_huks_basic/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
DSecurityHuksRSABasicCallbackJsunit.test.js33 var handle; variable
179 async function update(handle, HuksOptions) { argument
191 function updateCallback(handle, HuksOptions) { argument
239 function finishCallback(handle, huksOptionsFinish) { argument
264 function abortCallback(handle, huksOptionsAbort) { argument
DSecurityHuksAESBasicCallbackJsunit.test.js28 var handle; variable
111 async function update(handle, HuksOptions) { argument
128 function updateCallback(handle, HuksOptions) { argument
181 function finishCallback(handle, huksOptionsFinish) { argument
206 function abortCallback(handle, huksOptionsAbort) { argument
DSecurityHuksSM2BasicCallbackJsunit.test.js34 var handle; variable
181 async function update(handle, HuksOptions) { argument
193 function updateCallback(handle, HuksOptions) { argument
237 function finishCallback(handle, huksOptionsFinish) { argument
262 function abortCallback(handle, huksOptionsAbort) { argument
/test/xts/acts/security/huks/security_huks_reformed_test/huks_cipher_callback_BasicTest/entry/src/ohosTest/js/test/Cipher/
DSecurityHuksRSABasicCallbackJsunit.test.js33 var handle; variable
204 async function publicUpdateSession(handle, HuksOptions) { argument
221 function updateSession(handle, HuksOptions) { argument
264 function finishSession(handle, HuksOptionsFinish) { argument
297 function abortSession(handle, HuksOptionsAbort) { argument
DSecurityHuksSM2BasicCallbackJsunit.test.js35 var handle; variable
225 async function publicUpdateSession(handle, HuksOptions) { argument
242 function updateSession(handle, HuksOptions) { argument
290 function finishSession(handle, HuksOptionsFinish) { argument
323 function abortSession(handle, HuksOptionsAbort) { argument
DSecurityHuksAESBasicCallbackJsunit.test.js28 var handle; variable
126 async function publicUpdateSession(handle, HuksOptions) { argument
148 function updateSession(handle, HuksOptions) { argument
195 function finishSession(handle, HuksOptionsFinish) { argument
211 function abortSession(handle, HuksOptionsAbort) { argument
/test/xts/acts/security/huks/security_huks_reformed_test/utils/param/
DcheckAES.js36 let handle; variable
84 async function update(handle, HuksOptions) { argument
/test/xts/acts/security/huks/security_huks_basic/utils/param/
DcheckAES.js35 let handle; variable
83 async function update(handle, HuksOptions) { argument
/test/xts/acts/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0904/
Dpoc.cpp25 void *handle,*handle2; in main() local
/test/xts/hats/hdf/display/composer/moduletest/
Dhdi_device_test.cpp253 HdiGrallocBuffer* handle = layer->GetFrontBuffer(); in CreateTestLayer() local
489 HdiGrallocBuffer* handle = layer->GetBackBuffer(); // the backbuffer has not present now in TEST_P() local
549 HdiGrallocBuffer* handle = layer->GetBackBuffer(); // the backbuffer has not present now in TEST_F() local

1234