/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_chain_test.cpp | 2058 CfBlob keyStore; variable 2063 keyStore.size = sizeof(g_testChainKeystore); 2093 keyStore.size = strlen(g_testSelfSignedCaCert) + 1; 2102 CfBlob keyStore; variable 2107 keyStore.size = sizeof(g_testChainKeystore); 2147 CfBlob keyStore; variable 2152 keyStore.size = sizeof(g_testChainKeystore); 2185 CfBlob keyStore; variable 2190 keyStore.size = sizeof(g_testChainKeystore); 2231 CfBlob keyStore; variable [all …]
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/ |
H A D | x509certchain_fuzzer.cpp | 772 CfBlob keyStore; in OneCreateTrustAnchorWithKeyStore() local 776 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); in OneCreateTrustAnchorWithKeyStore() 777 keyStore.size = sizeof(g_testChainKeystore); in OneCreateTrustAnchorWithKeyStore() 780 CfResult result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray); in OneCreateTrustAnchorWithKeyStore() 795 CfBlob keyStore; in X509BuildResultCreateFuzzTest() local 799 keyStore.data = const_cast<uint8_t *>(data); in X509BuildResultCreateFuzzTest() 800 keyStore.size = size; in X509BuildResultCreateFuzzTest() 803 CfResult result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray); in X509BuildResultCreateFuzzTest()
|
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_cert_chain.c | 245 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfCreateTrustAnchorWithKeyStore() argument 247 if (keyStore == NULL || pwd == NULL || trustAnchorArray == NULL) { in HcfCreateTrustAnchorWithKeyStore() 258 return func->createTrustAnchorFunc(keyStore, pwd, trustAnchorArray); in HcfCreateTrustAnchorWithKeyStore()
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/ |
H A D | x509_cert_chain_openssl.h | 32 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray);
|
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/ |
H A D | x509_cert_chain.h | 75 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray);
|
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
H A D | napi_x509_cert_chain.cpp | 56 CfBlob *keyStore = nullptr; member 123 CfBlobFree(&(context->keyStore)); in DeleteCertChainContext() 505 … HcfCreateTrustAnchorWithKeyStore(context->keyStore, context->pwd, &context->trustAnchorArray); in CreateTrustAnchorsWithKeyStoreExecute() 687 context->keyStore = CertGetBlobFromUint8ArrJSParams(env, param1); in CreateTrustAnchorsWithKeyStore() 688 if (context->keyStore == nullptr) { in CreateTrustAnchorsWithKeyStore()
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_cert_chain_openssl.c | 2066 static STACK_OF(X509) *GetCaFromP12(const CfBlob *keyStore, const CfBlob *pwd) in STACK_OF() 2072 const unsigned char *in = (const unsigned char *)(keyStore->data); in STACK_OF() 2074 p12 = d2i_PKCS12(NULL, &in, keyStore->size); in STACK_OF() 2132 const CfBlob *keyStore, const CfBlob *pwd, HcfX509TrustAnchorArray **trustAnchorArray) in HcfX509CreateTrustAnchorWithKeyStoreFunc() argument 2134 if (keyStore == NULL || pwd == NULL || trustAnchorArray == NULL) { in HcfX509CreateTrustAnchorWithKeyStoreFunc() 2139 STACK_OF(X509) *ca = GetCaFromP12(keyStore, pwd); in HcfX509CreateTrustAnchorWithKeyStoreFunc()
|
/ohos5.0/docs/zh-cn/application-dev/security/ |
H A D | hapsigntool-guidelines.md | 501 (2)执行命令后,报错提示 ERROR - KEYSTORE_PASSWORD_ERROR, code: -115. Details: keyStore password error
|
/ohos5.0/docs/en/application-dev/security/ |
H A D | hapsigntool-guidelines.md | 504 … (2) Error message: ERROR - KEYSTORE_PASSWORD_ERROR, code: -115.Details: keyStore password error
|