Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h51 bool IsPakeV2AuthTaskSupported(void);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_version_util.c38 return IsPakeV2AuthTaskSupported() && (GetPakeEcAlg() == PAKE_ALG_EC) && IS_SUPPORT_CURVE_256; in IsAuthPakeV2EcP256Supported()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dpake_v2_auth_task_test.cpp264 bool ret = IsPakeV2AuthTaskSupported();
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c38 bool IsPakeV2AuthTaskSupported(void) in IsPakeV2AuthTaskSupported() function