Home
last modified time | relevance | path

Searched defs:tmpBlob (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/asset/test/unittest/kits_ndk/src/
H A Dasset_remove_test.cpp123 Asset_Blob tmpBlob = { .size = strlen(__func__), .data = nullptr }; variable
147 Asset_Blob tmpBlob = { .size = strlen(__func__), .data = nullptr }; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_x25519_key_agreement_test.cpp325 HcfBlob tmpBlob = { variable
368 HcfBlob tmpBlob = { variable
H A Dcrypto_dh_key_agreement_test.cpp454 HcfBlob tmpBlob = { variable
499 HcfBlob tmpBlob = { variable
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/
H A Dcm_ipc_client_serialization.c254 struct CmBlob tmpBlob = { sizeof(tmpData), &tmpData }; in CmParamsToParamSet() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_client_ipc_serialization.c418 struct HksBlob tmpBlob = { tmpSize, NULL }; in EncodeCertChain() local
495 struct HksBlob tmpBlob = { sizeof(tmpData), &tmpData }; in HksParamsToParamSet() local
545 struct HksBlob tmpBlob = { 0, NULL }; in HksListAliasesUnpackFromService() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp181 Bytes tmpBlob; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_import_agree_test.cpp1067 struct HksBlob tmpBlob = { 0, nullptr }; in TestAgree() local
H A Dhks_import_rsa_test.cpp637 struct HksBlob tmpBlob = { LENGTH_TO_BE_OPERATED, tempBuf }; in DoOpDetail() local
H A Dhks_import_sign_verify_test.cpp846 struct HksBlob tmpBlob = { LENGTH_TO_BE_OPERATED, tempBuf }; in DoOpDetail() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c1174 HcfBlob tmpBlob = { .data = NULL, .len = 0 }; in GetEccPubKeyEncodedDer() local
1292 HcfBlob tmpBlob; in CopyMemFromBIO() local
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
H A Ddcm_attest.c1052 struct HksBlob tmpBlob = { sizeof(buf) - hksApplicationIdRawOid.size, tmp }; in InsertAppIdClaim() local