Searched refs:paramSpec1 (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dh_asy_key_generator_by_spec_test.cpp | 1275 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable 1276 res = ConstructAlg25519KeyPairParamsSpec("Ed25519", true, ¶mSpec1); 1278 ASSERT_NE(paramSpec1, nullptr); 1318 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable 1319 res = ConstructAlg25519PubKeyParamsSpec("Ed25519", true, ¶mSpec1); 1321 ASSERT_NE(paramSpec1, nullptr); 1324 res = returnSpi->engineGeneratePubKeyBySpec(returnSpi, paramSpec1, &pubKey1); 1361 HcfAsyKeyParamsSpec *paramSpec1 = nullptr; variable 1362 res = ConstructAlg25519PriKeyParamsSpec("Ed25519", true, ¶mSpec1); 1364 ASSERT_NE(paramSpec1, nullptr); [all …]
|
H A D | crypto_dh_key_agreement_test.cpp | 95 HcfDhCommParamsSpec *paramSpec1 = nullptr; in ExchangekeyAgreementWithDiffSkLen() local 111 if (HcfDhKeyUtilCreate(pLen, size, ¶mSpec1) != HCF_SUCCESS) { in ExchangekeyAgreementWithDiffSkLen() 114 …if (HcfAsyKeyGeneratorBySpecCreate(reinterpret_cast<HcfAsyKeyParamsSpec *>(paramSpec1), &generator… in ExchangekeyAgreementWithDiffSkLen()
|