Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/include/
Dhks_test_api_performance.h48 int32_t HksAgreeKeyRun(const struct HksParamSet *paramSet, const struct HksBlob *privateKey,
/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_agreement_test.cpp91 ret = HksAgreeKeyRun(agreeParamSet, privateKey, peerPublicKey, agreedKey, 1); in AgreeKey()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_agreement_test.c118 ret = HksAgreeKeyRun(agreeParamSet, privateKey, peerPublicKey, agreedKey, 1); in AgreeKey()
/test/xts/acts/security_lite/huks/common/
Dhks_test_api_performance.c170 int32_t HksAgreeKeyRun(const struct HksParamSet *paramSet, const struct HksBlob *privateKey, in HksAgreeKeyRun() function