Home
last modified time | relevance | path

Searched refs:handleValue (Results 1 - 12 of 12) sorted by relevance

/base/security/certificate_manager/test/unittest/src/
H A Dcm_init_test.cpp86 uint64_t handleValue = 0; in HWTEST_F() local
87 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in HWTEST_F()
104 uint64_t handleValue = 0; in HWTEST_F() local
105 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in HWTEST_F()
122 uint64_t handleValue = 0; in HWTEST_F() local
123 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in HWTEST_F()
140 uint64_t handleValue in HWTEST_F() local
158 uint64_t handleValue = 0; HWTEST_F() local
176 uint64_t handleValue = 0; HWTEST_F() local
194 uint64_t handleValue = 0; HWTEST_F() local
212 uint64_t handleValue = 0; HWTEST_F() local
228 uint64_t handleValue = 0; HWTEST_F() local
244 uint64_t handleValue = 0; HWTEST_F() local
275 uint64_t handleValue = 0; HWTEST_F() local
306 uint32_t handleValue = 0; HWTEST_F() local
324 uint64_t handleValue = 0; HWTEST_F() local
340 uint64_t handleValue = 0; HWTEST_F() local
356 uint64_t handleValue = 0; HWTEST_F() local
374 uint64_t handleValue = 0; HWTEST_F() local
391 uint64_t handleValue = 0; HWTEST_F() local
[all...]
H A Dcm_abort_test.cpp74 uint64_t handleValue = 0; in HWTEST_F() local
75 struct CmBlob handle = { 0, (uint8_t *)&handleValue }; in HWTEST_F()
101 uint64_t handleValue = 0; in HWTEST_F() local
102 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in HWTEST_F()
122 uint64_t handleValue = 0; in HWTEST_F() local
123 struct CmBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in HWTEST_F()
144 uint64_t handleValue = 0; in HWTEST_F() local
145 struct CmBlob handle = { sizeof(handleValue), (uint8_ in HWTEST_F()
[all...]
H A Dcm_finish_test.cpp82 uint64_t handleValue = 0; in TestSign() local
83 struct CmBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in TestSign()
102 uint64_t handleValue = 0; in TestVerify() local
103 struct CmBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in TestVerify()
221 uint64_t handleValue = 0; in HWTEST_F() local
222 struct CmBlob handle = { 0, (uint8_t *)&handleValue }; in HWTEST_F()
238 uint64_t handleValue = 0; in HWTEST_F() local
239 struct CmBlob handle = { sizeof(handleValue), nullptr }; in HWTEST_F()
255 uint64_t handleValue = 0; in HWTEST_F() local
256 struct CmBlob handle = { sizeof(handleValue), (uint8_ in HWTEST_F()
272 uint64_t handleValue = 0; HWTEST_F() local
289 uint64_t handleValue = 0; HWTEST_F() local
[all...]
/base/security/certificate_manager/test/unittest/common_permission_test/
H A Dcm_common_permission_test.cpp418 uint8_t handleValue[] = "common023"; in HWTEST_F() local
419 struct CmBlob handle = { sizeof(handleValue), handleValue }; in HWTEST_F()
434 uint8_t handleValue[] = "common024"; in HWTEST_F() local
435 struct CmBlob handle = { sizeof(handleValue), handleValue }; in HWTEST_F()
451 uint8_t handleValue[] = "common025"; in HWTEST_F() local
452 struct CmBlob handle = { sizeof(handleValue), handleValue }; in HWTEST_F()
470 uint8_t handleValue[] in HWTEST_F() local
[all...]
/base/security/certificate_manager/test/unittest/inner_permission_test/
H A Dcm_inner_permission_test.cpp397 uint64_t handleValue = 0; in HWTEST_F() local
398 struct CmBlob handle = { sizeof(uint64_t), reinterpret_cast<uint8_t *>(&handleValue) }; in HWTEST_F()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_key_operation.c225 uint64_t handleValue = 0; in CmKeyOpCalcMac() local
226 struct HksBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in CmKeyOpCalcMac()
/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp394 uint64_t handleValue = 0; in Sign() local
395 struct CmBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in Sign()
/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp461 uint32_t handleValue = static_cast<uint32_t>(tempHandle); /* Temporarily only use 32 bit handle */ in GenerateHksHandle() local
464 NAPI_CALL(env, napi_create_uint32(env, handleValue, &handlejs)); in GenerateHksHandle()
/base/security/huks/interfaces/kits/napi/src/v9/
H A Dhuks_napi_common_item.cpp712 uint32_t handleValue = static_cast<uint32_t>(tempHandle); /* Temporarily only use 32 bit handle */ in AddHandleOrChallenge() local
714 NAPI_CALL(env, napi_create_uint32(env, handleValue, &handlejs)); in AddHandleOrChallenge()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_sign_verify_test.cpp838 uint64_t handleValue = 0; in DoOpDetail() local
839 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in DoOpDetail()
H A Dhks_import_rsa_test.cpp629 uint64_t handleValue = 0; in DoOpDetail() local
630 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in DoOpDetail()
H A Dhks_import_agree_test.cpp1060 uint64_t handleValue = 0; in TestAgree() local
1061 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in TestAgree()

Completed in 14 milliseconds