Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/
H A Dpake_defs.h39 PAKE_ALG_DL = 0x0001, enumerator
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c49 return PAKE_ALG_DL; in GetPakeDlAlg()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
H A Dpake_v1_protocol_common.c206 } else if (((uint32_t)params->supportedPakeAlg & PAKE_ALG_DL) != 0) { in GeneratePakeParams()
274 } else if (((uint32_t)params->supportedPakeAlg & PAKE_ALG_DL) != 0) { in GenerateSessionKey()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c194 } else if (((uint32_t)params->supportedPakeAlg & PAKE_ALG_DL) != 0) { in GeneratePakeParams()
396 } else if (((uint32_t)params->supportedPakeAlg & PAKE_ALG_DL) != 0) { in GenerateSharedSecret()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c742 spekeSession->baseParam.supportedPakeAlg = PAKE_ALG_DL; in InitSpekeSession()
748 spekeSession->baseParam.supportedPakeAlg = PAKE_ALG_DL; in InitSpekeSession()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp196 ASSERT_EQ(alg, PAKE_ALG_DL);