Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_key_agreement_test.cpp32 class CryptoEccKeyAgreementTest : public testing::Test { class
45 HcfKeyPair *CryptoEccKeyAgreementTest::ecc224KeyPair_ = nullptr;
46 HcfKeyPair *CryptoEccKeyAgreementTest::ecc256KeyPair_ = nullptr;
47 HcfKeyPair *CryptoEccKeyAgreementTest::ecc384KeyPair_ = nullptr;
48 HcfKeyPair *CryptoEccKeyAgreementTest::ecc521KeyPair_ = nullptr;
50 void CryptoEccKeyAgreementTest::SetUp() {} in SetUp()
51 void CryptoEccKeyAgreementTest::TearDown() {} in TearDown()
53 void CryptoEccKeyAgreementTest::SetUpTestCase() in SetUpTestCase()
112 void CryptoEccKeyAgreementTest::TearDownTestCase() in TearDownTestCase()
130 HWTEST_F(CryptoEccKeyAgreementTest, CryptoEccKeyAgreementTest001, TestSize.Level0)
[all …]