Home
last modified time | relevance | path

Searched defs:handleBlob (Results 1 – 15 of 15) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_session_max_test.cpp106 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local
123 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local
137 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in SessionMaxTest() local
176 struct HksBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&temp }; variable
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/symmetric_alg_test/
Dhks_3des_cipher_test_common.cpp27 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in Hks3DesCipherTest() local
Dhks_des_cipher_test_common.cpp27 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksDesCipherTest() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_check_pur_part_test.cpp277 struct HksBlob handleBlob = { sizeof(handle), (uint8_t *)&handle }; in CheckPurposeTest() local
Dhks_cmac_test.cpp253 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksCmacTestCase() local
/base/security/asset/services/crypto_manager/src/
Dhuks_wrapper.c239 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in EncryptData() local
281 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DecryptData() local
/base/security/certificate_manager/test/unittest/src/
Dcm_finish_test.cpp190 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local
198 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local
215 struct CmBlob handleBlob = { sizeof(uint64_t), (uint8_t *)&handle[i] }; in ProducerSessionMaxTest() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
Dhks_rsa_sign_verify_test_common.cpp340 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksRsaSignTest() local
360 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksRsaVerifyTest() local
Dhks_rsa_cipher_test_common.cpp182 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in HksRsaCipherTest() local
/base/security/huks/test/reliability/src/
Dthree_stage_multi_thread.cpp230 struct HksBlob handleBlob = { sizeof(uint64_t), handleE }; in ThreeStageTest() local
/base/security/huks/interfaces/kits/napi/src/v8/
Dhuks_napi_common.cpp488 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue()
574 HksBlob *&handleBlob, HksParamSet *&paramSet) in ParseHandleAndHksParamSet()
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_session_manager.c53 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in DeleteKeyNode() local
Dhks_client_service.c1762 …struct HksBlob handleBlob = { .data = (uint8_t *)(&(operation->handle)), .size = sizeof(operation-… in HksServiceAbortByPid() local
/base/security/huks/interfaces/kits/napi/src/v9/
Dhuks_napi_common_item.cpp473 napi_value GetHandleValue(napi_env env, napi_value object, struct HksBlob *&handleBlob) in GetHandleValue()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c602 struct HksBlob handleBlob = { sizeof(uint64_t), handle }; in AgreeSharedSecretWithStorageP256() local