Home
last modified time | relevance | path

Searched defs:certParam (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_attest_key_nonids_test.cpp123 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
146 const struct HksTestCertChain certParam = { true, true, false, g_size }; variable
179 const struct HksTestCertChain certParam = { true, false, true, g_size }; variable
211 const struct HksTestCertChain certParam = { false, true, true, g_size }; variable
253 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
291 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
319 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
342 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
365 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
388 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
[all …]
H A Dhks_attest_key_ids_test.cpp117 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
153 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
190 const struct HksTestCertChain certParam = { true, true, false, g_size }; variable
221 const struct HksTestCertChain certParam = { true, false, true, g_size }; variable
253 const struct HksTestCertChain certParam = { false, true, true, g_size }; variable
287 const struct HksTestCertChain certParam = { false, true, true, g_size }; variable
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_device_sec_test.cpp507 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
535 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
581 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
610 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
652 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
693 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
737 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
781 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
826 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
872 const struct HksTestCertChain certParam = { true, true, true, g_size }; variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c409 …ic int32_t GetCredCertName(const struct CmContext *context, const struct CmAppCertParam *certParam, in GetCredCertName()
463 const struct CmContext *context, const struct CmAppCertParam *certParam, struct CmBlob *keyUri) in CmInstallAppCertPro()
H A Dcert_manager_check.c210 int32_t CmServiceInstallAppCertCheck(const struct CmAppCertParam *certParam, struct CmContext *cmCo… in CmServiceInstallAppCertCheck()
H A Dcert_manager_service.c68 int32_t CmServicInstallAppCert(struct CmContext *context, const struct CmAppCertParam *certParam, s… in CmServicInstallAppCert()
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Dexternal_interface_adapter.c129 const struct HksCertChainInitParams certParam = {true, true, true, certChainMaxLen}; in DslmCredAttestAdapter() local
/ohos5.0/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/cm_ipc/src/
H A Dcm_ipc_client.c194 static int32_t InstallAppCert(const struct CmAppCertParam *certParam, struct CmBlob *keyUri) in InstallAppCert()
232 struct CmAppCertParam certParam = { (struct CmBlob *)appCert, (struct CmBlob *)appCertPwd, in CmClientInstallAppCert() local
1038 int32_t CmClientInstallSystemAppCert(const struct CmAppCertParam *certParam, struct CmBlob *keyUri) in CmClientInstallSystemAppCert()
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/src/
H A Dcert_manager_api.c332 CM_API_EXPORT int32_t CmInstallSystemAppCert(const struct CmAppCertParam *certParam, struct CmBlob … in CmInstallSystemAppCert()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/os_dependency/idl/cm_ipc/
H A Dcm_ipc_service.c237 struct CmAppCertParam certParam = { &appCert, &appCertPwd, &certAlias, store, userId }; in CmIpcServiceInstallAppCert() local