Searched defs:handleBlob (Results 1 – 9 of 9) sorted by relevance
| /base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
| D | hks_session_max_test.cpp | 103 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 120 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 134 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 173 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&temp }; variable
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_check_pur_part_test.cpp | 275 struct HksBlob handleBlob = { sizeof(handle), (uint8_t *)&handle }; in CheckPurposeTest() local
|
| /base/security/certificate_manager/test/unittest/src/ |
| D | cm_finish_test.cpp | 168 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local 176 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local 194 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local
|
| /base/security/asset/services/crypto_manager/src/ |
| D | huks_wrapper.c | 211 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in EncryptData() local 254 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DecryptData() local
|
| /base/security/huks/services/huks_standard/huks_service/main/core/src/ |
| D | hks_session_manager.c | 47 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DeleteKeyNode() local
|
| /base/security/huks/test/reliability/src/ |
| D | three_stage_multi_thread.cpp | 230 struct HksBlob handleBlob = { sizeof(uint64_t), handleE }; in ThreeStageTest() local
|
| /base/security/huks/interfaces/kits/napi/src/v8/ |
| D | huks_napi_common.cpp | 508 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue() 594 HksBlob *&handleBlob, HksParamSet *¶mSet) in ParseHandleAndHksParamSet()
|
| /base/security/huks/interfaces/kits/napi/src/v9/ |
| D | huks_napi_common_item.cpp | 466 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue() 585 HksBlob *&handleBlob, HksParamSet *¶mSet) in ParseHandleAndHksParamSet()
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| D | huks_adapter.c | 509 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in AgreeSharedSecretWithStorageP256() local
|