Home
last modified time | relevance | path

Searched refs:DL_PAKE_V2 (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.h36 DL_PAKE_V2 = 0x0020, // 0010 0000 enumerator
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c32 { DL_PAKE_V2, PAKE_V2 },
310 ((curVersion->third & DL_PAKE_V2) >> ALG_OFFSET_FOR_PAKE_V2); in GetSupportedPakeAlg()