/base/security/certificate_manager/test/unittest/src/ |
H A D | cm_init_test.cpp | 86 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 D | cm_abort_test.cpp | 74 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 D | cm_finish_test.cpp | 82 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 D | cm_common_permission_test.cpp | 418 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 D | cm_inner_permission_test.cpp | 397 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 D | cert_manager_key_operation.c | 225 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 D | cert_mgr_adapter_impl.cpp | 394 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 D | huks_napi_common.cpp | 461 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 D | huks_napi_common_item.cpp | 712 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 D | hks_import_sign_verify_test.cpp | 838 uint64_t handleValue = 0; in DoOpDetail() local 839 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in DoOpDetail()
|
H A D | hks_import_rsa_test.cpp | 629 uint64_t handleValue = 0; in DoOpDetail() local 630 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in DoOpDetail()
|
H A D | hks_import_agree_test.cpp | 1060 uint64_t handleValue = 0; in TestAgree() local 1061 struct HksBlob handle = { sizeof(uint64_t), (uint8_t *)&handleValue }; in TestAgree()
|