Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_verify_test.cpp32 class CryptoEccVerifyTest : public testing::Test { class
45 HcfKeyPair *CryptoEccVerifyTest::ecc224KeyPair_ = nullptr;
46 HcfKeyPair *CryptoEccVerifyTest::ecc256KeyPair_ = nullptr;
47 HcfKeyPair *CryptoEccVerifyTest::ecc384KeyPair_ = nullptr;
48 HcfKeyPair *CryptoEccVerifyTest::ecc521KeyPair_ = nullptr;
56 void CryptoEccVerifyTest::SetUp() {} in SetUp()
57 void CryptoEccVerifyTest::TearDown() {} in TearDown()
59 void CryptoEccVerifyTest::SetUpTestCase() in SetUpTestCase()
118 void CryptoEccVerifyTest::TearDownTestCase() in TearDownTestCase()
136 HWTEST_F(CryptoEccVerifyTest, CryptoEccVerifyTest001, TestSize.Level0)
[all …]