Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/
H A Dcrypto_x509_test_common.h212 static const char g_testErrorCert[] = variable
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_crl_collection_test.cpp375 inStreamCert.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_testErrorCert));
377 inStreamCert.len = strlen(g_testErrorCert) + 1;
H A Dcrypto_x509_crl_test_part2.cpp149 inStreamCert.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_testErrorCert));
151 inStreamCert.len = strlen(g_testErrorCert) + 1;
H A Dcrypto_x509_test_common.cpp123 const int g_testErrorCertSize = sizeof(g_testErrorCert);
H A Dcrypto_x509_crl_test.cpp215 inStreamCert.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_testErrorCert));
217 inStreamCert.len = strlen(g_testErrorCert) + 1;