Home
last modified time | relevance | path

Searched refs:TEST_CERT_CHAIN_LEN (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/include/
H A Dtest_const.h65 constexpr int32_t TEST_CERT_CHAIN_LEN = 3; variable
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_test.cpp191 ASSERT_TRUE(static_cast<int>(publicKeys.size()) == TEST_CERT_CHAIN_LEN);
193 ASSERT_TRUE(static_cast<int>(signatures.size()) == TEST_CERT_CHAIN_LEN);
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_certificate_test.cpp43 constexpr int TEST_CERT_CHAIN_LEN = 2; variable
515 …EXPECT_EQ(pathLen, TEST_CERT_CHAIN_LEN); /* g_testSelfSignedCaCert is CA and it's path len is 2. */