Home
last modified time | relevance | path

Searched refs:HcfX509CreateTrustAnchorWithKeyStoreFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp2074 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(NULL, &pwd, &trustAnchorArray);
2077 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, NULL, &trustAnchorArray);
2080 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, &pwd, NULL);
2083 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(NULL, NULL, &trustAnchorArray);
2086 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(NULL, NULL, NULL);
2089 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, NULL, NULL);
2095 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, &pwd, &trustAnchorArray);
2123 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, &pwd, &trustAnchorArray);
2131 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, &pwd, &trustAnchorArray);
2139 result = HcfX509CreateTrustAnchorWithKeyStoreFunc(&keyStore, &pwd, &trustAnchorArray);
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/
H A Dx509_cert_chain_openssl.h31 CfResult HcfX509CreateTrustAnchorWithKeyStoreFunc(
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_cert_chain.c58 HcfX509CreateTrustAnchorWithKeyStoreFunc } } };
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl.c2131 CfResult HcfX509CreateTrustAnchorWithKeyStoreFunc( in HcfX509CreateTrustAnchorWithKeyStoreFunc() function