Searched refs:LocalHksGenerate (Results 1 – 2 of 2) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | hks_agree_mt.cpp | 52 int32_t LocalHksGenerate(const uint32_t keyLen, const struct HksBlob *authId, const struct HksParam… in LocalHksGenerate() function 593 … EXPECT_EQ(LocalHksGenerate(keySize, &alise, generateKeyParams, &priKeyAlise, &pubKeyAlise), in LocalAgreeScenario() 595 EXPECT_EQ(LocalHksGenerate(keySize, &bob, generateKeyParams, &priKeyBob, &pubKeyBob), in LocalAgreeScenario() 665 EXPECT_EQ(LocalHksGenerate(keySize, &alise, paramInSet, &priKeyAlise, &pubKeyAlise), in DhLocalAgreeScenario() 667 EXPECT_EQ(LocalHksGenerate(keySize, &bob, paramInSet, &priKeyBob, &pubKeyBob), in DhLocalAgreeScenario()
|
/base/security/huks/test/reliability/src/ |
D | pressure_test.cpp | 66 …int32_t LocalHksGenerate(const uint32_t keyLen, const struct HksBlob *authId, const struct HksPara… 70 int32_t PressureTest::LocalHksGenerate(const uint32_t keyLen, const struct HksBlob *authId, in LocalHksGenerate() function in __anon3f0becbb0111::PressureTest 961 PressureTest::LocalHksGenerate(HKS_ECC_KEY_SIZE_224, &authId, paramInSet, &priKey, &pubKey); 1015 PressureTest::LocalHksGenerate(HKS_ECC_KEY_SIZE_224, &authId, paramInSet, &priKey, &pubKey); 1206 … PressureTest::LocalHksGenerate(HKS_ECC_KEY_SIZE_224, &authId, paramInSetForKey, &priKey, &pubKey);
|