Searched refs:HcfX509CreateTrustAnchorWithKeyStoreFunc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_chain_test.cpp | 2074 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 D | x509_cert_chain_openssl.h | 31 CfResult HcfX509CreateTrustAnchorWithKeyStoreFunc(
|
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_cert_chain.c | 58 HcfX509CreateTrustAnchorWithKeyStoreFunc } } };
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_cert_chain_openssl.c | 2131 CfResult HcfX509CreateTrustAnchorWithKeyStoreFunc( in HcfX509CreateTrustAnchorWithKeyStoreFunc() function
|