Home
last modified time | relevance | path

Searched refs:tempBlob (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/unittest/cf_sdk_test/src/
H A Dcf_param_test.cpp168 CfBlob tempBlob = { 1, nullptr }; variable
170 { .tag = CF_TAG_PARAM0_BUFFER, .blob = tempBlob },
191 CfBlob tempBlob = { 0, tempBuf }; variable
193 { .tag = CF_TAG_PARAM0_BUFFER, .blob = tempBlob },
216 CfBlob tempBlob = { sizeof(tempBuf), tempBuf }; variable
218 { .tag = CF_TAG_PARAM0_BUFFER, .blob = tempBlob },
240 CfBlob tempBlob = { UINT32_MAX, tempBuf }; variable
242 { .tag = CF_TAG_PARAM0_BUFFER, .blob = tempBlob },
/ohos5.0/base/security/certificate_manager/test/unittest/module_test/src/
H A Dcm_param_test.cpp166 struct CmBlob tempBlob = { 0, nullptr }; variable
168 { .tag = CM_TAG_PARAM0_BUFFER, .blob = tempBlob },
189 struct CmBlob tempBlob = { UINT32_MAX, tempBuf }; variable
191 { .tag = CM_TAG_PARAM0_BUFFER, .blob = tempBlob },
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_three_stage_test_common.c276 struct HksBlob tempBlob = { sizeof(tmp), tmp }; in TestUpdateFinish() local
277 if (HksUpdateForDe(handle, paramSet, &inDataSeg, &tempBlob) != HKS_SUCCESS) { in TestUpdateFinish()
281 if (HksFinishForDe(handle, paramSet, outData, &tempBlob) != HKS_SUCCESS) { in TestUpdateFinish()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/
H A Dcm_ipc_service.c245 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceInstallAppCert() local
246 CmReport(__func__, &cmContext, &tempBlob, ret); in CmIpcServiceInstallAppCert()
1041 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceGetUserCertList() local
1042 CmReport(__func__, &cmContext, &tempBlob, ret); in CmIpcServiceGetUserCertList()
1193 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceInstallUserCert() local
1194 CmReport(__func__, &cmContext, &tempBlob, ret); in CmIpcServiceInstallUserCert()