Searched refs:CM_DIGEST_NONE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/certificate_manager/test/unittest/src/ |
H A D | cm_finish_test.cpp | 138 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 D | cm_type.h | 86 CM_DIGEST_NONE = 0, enumerator
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_key_operation.c | 49 { CM_DIGEST_NONE, HKS_DIGEST_NONE },
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/ |
H A D | cm_napi_sign_verify.cpp | 96 { CM_JS_DIGEST_NONE, CM_DIGEST_NONE },
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-certManager.md | 34 | CM_DIGEST_NONE | 0 | 不需要摘要算法,选用此项时,需要业务传入已经计算过摘要的数据进行签名、验签。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-device-certificate-kit/ |
H A D | js-apis-certManager.md | 34 | CM_DIGEST_NONE | 0 | No digest algorithm is required. If this option is used, the service ne…
|