Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_by_spec_test.cpp1275 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable
1276 res = ConstructAlg25519KeyPairParamsSpec("Ed25519", true, &paramSpec1);
1278 ASSERT_NE(paramSpec1, nullptr);
1318 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable
1319 res = ConstructAlg25519PubKeyParamsSpec("Ed25519", true, &paramSpec1);
1321 ASSERT_NE(paramSpec1, nullptr);
1324 res = returnSpi->engineGeneratePubKeyBySpec(returnSpi, paramSpec1, &pubKey1);
1361 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable
1362 res = ConstructAlg25519PriKeyParamsSpec("Ed25519", true, &paramSpec1);
1364 ASSERT_NE(paramSpec1, nullptr);
[all …]
H A Dcrypto_dh_key_agreement_test.cpp95 HcfDhCommParamsSpec *paramSpec1 = nullptr; in ExchangekeyAgreementWithDiffSkLen() local
111 if (HcfDhKeyUtilCreate(pLen, size, &paramSpec1) != HCF_SUCCESS) { in ExchangekeyAgreementWithDiffSkLen()
114 …if (HcfAsyKeyGeneratorBySpecCreate(reinterpret_cast<HcfAsyKeyParamsSpec *>(paramSpec1), &generator… in ExchangekeyAgreementWithDiffSkLen()