Home
last modified time | relevance | path

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

/base/security/device_auth/services/authenticators/inc/account_related/auth/pake_v2_auth_task/
Dpake_v2_auth_task_common.h50 bool IsPakeV2AuthTaskSupported(void);
/base/security/device_auth/services/authenticators/src/account_related/
Daccount_version_util.c38 return IsPakeV2AuthTaskSupported() && (GetPakeEcAlg() == PAKE_ALG_EC) && IS_SUPPORT_CURVE_256; in IsAuthPakeV2EcP256Supported()
/base/security/device_auth/services/authenticators/src/account_related/auth/pake_v2_auth_task/
Dpake_v2_auth_task_common.c38 bool IsPakeV2AuthTaskSupported(void) in IsPakeV2AuthTaskSupported() function