Home
last modified time | relevance | path

Searched refs:DL_PAKE_V1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h31 DL_PAKE_V1 = 0x0001, // 0001 enumerator
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c34 { DL_PAKE_V1, PAKE_V1 },
313 ((curVersion->third & DL_PAKE_V1) >> ALG_OFFSET_FOR_PAKE_V1); in GetSupportedPakeAlg()