Home
last modified time | relevance | path

Searched refs:HcfCreateTrustAnchorWithKeyStore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_cert_chain.h74 CfResult HcfCreateTrustAnchorWithKeyStore(
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_cert_chain.c244 CfResult HcfCreateTrustAnchorWithKeyStore( in HcfCreateTrustAnchorWithKeyStore() function
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp2239 CfResult result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray);
2247 result = HcfCreateTrustAnchorWithKeyStore(NULL, &pwd, &trustAnchorArray);
2250 result = HcfCreateTrustAnchorWithKeyStore(&keyStore, NULL, &trustAnchorArray);
2253 result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, NULL);
2256 result = HcfCreateTrustAnchorWithKeyStore(NULL, NULL, &trustAnchorArray);
2259 result = HcfCreateTrustAnchorWithKeyStore(NULL, NULL, NULL);
2262 result = HcfCreateTrustAnchorWithKeyStore(&keyStore, NULL, NULL);
2268 result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray);
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp780 CfResult result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray); in OneCreateTrustAnchorWithKeyStore()
803 CfResult result = HcfCreateTrustAnchorWithKeyStore(&keyStore, &pwd, &trustAnchorArray); in X509BuildResultCreateFuzzTest()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain.cpp505HcfCreateTrustAnchorWithKeyStore(context->keyStore, context->pwd, &context->trustAnchorArray); in CreateTrustAnchorsWithKeyStoreExecute()