Searched defs:tempBlob (Results 1 – 4 of 4) sorted by relevance
| /base/security/certificate_framework/test/unittest/cf_sdk_test/src/ |
| D | cf_param_test.cpp | 168 CfBlob tempBlob = { 1, nullptr }; variable 191 CfBlob tempBlob = { 0, tempBuf }; variable 216 CfBlob tempBlob = { sizeof(tempBuf), tempBuf }; variable 240 CfBlob tempBlob = { UINT32_MAX, tempBuf }; variable
|
| /base/security/certificate_manager/test/unittest/module_test/src/ |
| D | cm_param_test.cpp | 166 struct CmBlob tempBlob = { 0, nullptr }; variable 189 struct CmBlob tempBlob = { UINT32_MAX, tempBuf }; variable
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| D | hks_three_stage_test_common.c | 276 struct HksBlob tempBlob = { sizeof(tmp), tmp }; in TestUpdateFinish() local
|
| /base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/ |
| D | cm_ipc_service.c | 250 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceInstallAppCert() local 1068 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceGetUserCertList() local 1251 struct CmBlob tempBlob = { 0, NULL }; in CmIpcServiceInstallUserCert() local
|