Searched defs:handleBlob (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_session_max_test.cpp | 105 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 122 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 136 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local 175 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&temp }; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_check_pur_part_test.cpp | 276 struct HksBlob handleBlob = { sizeof(handle), (uint8_t *)&handle }; in CheckPurposeTest() local
|
/ohos5.0/base/security/certificate_manager/test/unittest/src/ |
H A 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 190 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local
|
/ohos5.0/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.c | 236 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in EncryptData() local 278 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DecryptData() local
|
/ohos5.0/base/security/huks/test/reliability/src/ |
H A D | three_stage_multi_thread.cpp | 230 struct HksBlob handleBlob = { sizeof(uint64_t), handleE }; in ThreeStageTest() local
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v8/ |
H A D | huks_napi_common.cpp | 488 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue() 574 HksBlob *&handleBlob, HksParamSet *¶mSet) in ParseHandleAndHksParamSet()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_session_manager.c | 55 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DeleteKeyNode() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_security_manager.cpp | 141 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksEncryptThreeStage() local 154 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksDecryptThreeStage() local
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/v9/ |
H A D | huks_napi_common_item.cpp | 473 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue()
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1233 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in AgreeSharedSecretWithStorageP256() local
|