Home
last modified time | relevance | path

Searched refs:CM_DIGEST_NONE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/certificate_manager/test/unittest/src/
H A Dcm_finish_test.cpp138 if (spec->digest != CM_DIGEST_NONE) { in TestSignVerify()
445 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE };
607 struct CmSignatureSpec spec = { CM_KEY_PURPOSE_SIGN, CM_PADDING_PKCS1_V1_5, CM_DIGEST_NONE };
/ohos5.0/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/
H A Dcm_type.h86 CM_DIGEST_NONE = 0, enumerator
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_key_operation.c49 { CM_DIGEST_NONE, HKS_DIGEST_NONE },
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_sign_verify.cpp96 { CM_JS_DIGEST_NONE, CM_DIGEST_NONE },
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager.md34 | CM_DIGEST_NONE | 0 | 不需要摘要算法,选用此项时,需要业务传入已经计算过摘要的数据进行签名、验签。 |
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/
H A Djs-apis-certManager.md34 | CM_DIGEST_NONE | 0 | No digest algorithm is required. If this option is used, the service ne…