Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h57 int32_t GenerateEcdhSharedKey(PakeAuthParams *params);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_server_task.c60 if (GenerateEcdhSharedKey(&task->params) != HC_SUCCESS) { in DealAsyStepOneData()
H A Dpake_v2_auth_client_task.c93 if (GenerateEcdhSharedKey(&task->params) != HC_SUCCESS) { in DealAsyStepTwoData()
H A Dpake_v2_auth_task_common.c93 int32_t GenerateEcdhSharedKey(PakeAuthParams *params) in GenerateEcdhSharedKey() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dpake_v2_auth_task_test.cpp303 int32_t ret = GenerateEcdhSharedKey(&params);