Home
last modified time | relevance | path

Searched refs:ALG_OFFSET_FOR_PAKE_V2 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h24 #define ALG_OFFSET_FOR_PAKE_V2 5 macro
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c309 pakeAlgType = ((curVersion->third & EC_PAKE_V2) >> ALG_OFFSET_FOR_PAKE_V2) | in GetSupportedPakeAlg()
310 ((curVersion->third & DL_PAKE_V2) >> ALG_OFFSET_FOR_PAKE_V2); in GetSupportedPakeAlg()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c550 protocol->algInProtocol = GetPakeAlgInProtocol(ALG_OFFSET_FOR_PAKE_V2); in InitDasProtocolEntities()