Searched refs:HcfCreateTrustAnchorWithKeyStore (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/ |
H A D | x509_cert_chain.h | 74 CfResult HcfCreateTrustAnchorWithKeyStore(
|
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_cert_chain.c | 244 CfResult HcfCreateTrustAnchorWithKeyStore( in HcfCreateTrustAnchorWithKeyStore() function
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_chain_test.cpp | 2239 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 D | x509certchain_fuzzer.cpp | 780 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 D | napi_x509_cert_chain.cpp | 505 … HcfCreateTrustAnchorWithKeyStore(context->keyStore, context->pwd, &context->trustAnchorArray); in CreateTrustAnchorsWithKeyStoreExecute()
|