Home
last modified time | relevance | path

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

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