Home
last modified time | relevance | path

Searched refs:CM_KEY_PURPOSE_SIGN (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_finish_test.cpp150 spec->purpose = CM_KEY_PURPOSE_SIGN; in TestSignVerify()
318 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 };
342 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 };
532 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA1 };
544 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA224 };
557 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 };
569 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 };
632 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA256 };
645 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA384 };
657 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, 0, CM_DIGEST_SHA512 };
[all …]
H A Dcm_init_test.cpp85 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
103 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
121 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
139 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
157 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
175 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
193 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
211 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
259 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
274 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
[all …]
H A Dcm_abort_test.cpp124 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c255 .purpose = CM_KEY_PURPOSE_SIGN | CM_KEY_PURPOSE_VERIFY, in ImportRsaKey()
293 .purpose = CM_KEY_PURPOSE_SIGN | CM_KEY_PURPOSE_VERIFY, in ImportEccKey()
322 .purpose = CM_KEY_PURPOSE_SIGN | CM_KEY_PURPOSE_VERIFY, in ImportEd25519Key()
H A Dcert_manager_key_operation.c35 { CM_KEY_PURPOSE_SIGN, HKS_KEY_PURPOSE_SIGN },
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi.cpp71 AddInt32Property(env, keyPurpose, "CM_KEY_PURPOSE_SIGN", CM_KEY_PURPOSE_SIGN); in CreateCMKeyPurpose()
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/
H A DcertManager-guidelines.md87 purpose: certificateManager.CmKeyPurpose.CM_KEY_PURPOSE_SIGN,
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
H A Dcm_type.h98 CM_KEY_PURPOSE_SIGN = 4, /* Usable with RSA, EC keys. */ enumerator
/ohos5.0/base/security/certificate_manager/test/unittest/inner_permission_test/
H A Dcm_inner_permission_test.cpp396 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 };
/ohos5.0/base/security/certificate_manager/test/unittest/common_permission_test/
H A Dcm_common_permission_test.cpp420 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_NONE, CM_DIGEST_SHA256 };
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp397 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PSS, CM_DIGEST_SHA256 }; in Sign()
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/
H A DcertManager-guidelines.md88 purpose: certificateManager.CmKeyPurpose.CM_KEY_PURPOSE_SIGN,
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager.md23 | CM_KEY_PURPOSE_SIGN | 4 | 签名 |
519 purpose: certificateManager.CmKeyPurpose.CM_KEY_PURPOSE_SIGN,
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager.md23 | CM_KEY_PURPOSE_SIGN | 4 | The key is used for signing.|
519 purpose: certificateManager.CmKeyPurpose.CM_KEY_PURPOSE_SIGN,