Searched refs:g_testChainKeystore (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/include/ |
H A D | crypto_x509_cert_chain_data_pem_ex.h | 164 const uint8_t g_testChainKeystore[] = { 0x30, 0x82, 0x0D, 0xF1, 0x02, 0x01, 0x03, 0x30, 0x82, 0x0D,… variable
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | crypto_x509_cert_chain_test.cpp | 2062 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); 2063 keyStore.size = sizeof(g_testChainKeystore); 2106 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); 2107 keyStore.size = sizeof(g_testChainKeystore); 2151 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); 2152 keyStore.size = sizeof(g_testChainKeystore); 2189 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); 2190 keyStore.size = sizeof(g_testChainKeystore); 2235 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); 2236 keyStore.size = sizeof(g_testChainKeystore);
|
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/ |
H A D | x509certchain_fuzzer.cpp | 776 keyStore.data = const_cast<uint8_t *>(g_testChainKeystore); in OneCreateTrustAnchorWithKeyStore() 777 keyStore.size = sizeof(g_testChainKeystore); in OneCreateTrustAnchorWithKeyStore()
|