Home
last modified time | relevance | path

Searched refs:PAKE_V1 (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c33 { EC_PAKE_V1, PAKE_V1 },
34 { DL_PAKE_V1, PAKE_V1 },
39 { PSK_SPEKE | EC_PAKE_V1, PAKE_V1 },
266 return PAKE_V1; in GetBindPrototolType()
311 } else if (protocolType == PAKE_V1) { in GetSupportedPakeAlg()
/ohos5.0/base/security/device_auth/services/protocol/inc/
H A Dprotocol_common.h24 PAKE_V1, enumerator
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/
H A Dpake_v1_client_task.c106 …arams.baseParams.supportedPakeAlg = GetSupportedPakeAlg(&(realTask->taskBase.curVersion), PAKE_V1); in Process()
H A Dpake_v1_server_task.c106 …arams.baseParams.supportedPakeAlg = GetSupportedPakeAlg(&(realTask->taskBase.curVersion), PAKE_V1); in Process()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c44 PAKE_V1, // TASK_TYPE_PAKE_V1_PROTOCOL = 1,
536 protocol->type = PAKE_V1; in InitDasProtocolEntities()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1161 ASSERT_EQ(protocolType, PAKE_V1);