/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_attest_key_nonids_test.cpp | 123 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 D | hks_attest_key_ids_test.cpp | 117 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 D | hks_device_sec_test.cpp | 507 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 D | cert_manager_app_cert_process.c | 409 …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 D | cert_manager_check.c | 210 int32_t CmServiceInstallAppCertCheck(const struct CmAppCertParam *certParam, struct CmContext *cmCo… in CmServiceInstallAppCertCheck()
|
H A D | cert_manager_service.c | 68 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 D | external_interface_adapter.c | 129 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 D | cm_ipc_client.c | 194 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 D | cert_manager_api.c | 332 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 D | cm_ipc_service.c | 237 struct CmAppCertParam certParam = { &appCert, &appCertPwd, &certAlias, store, userId }; in CmIpcServiceInstallAppCert() local
|