Searched refs:IsPakeV2AuthTaskSupported (Results 1 – 4 of 4) sorted by relevance
51 bool IsPakeV2AuthTaskSupported(void);
38 return IsPakeV2AuthTaskSupported() && (GetPakeEcAlg() == PAKE_ALG_EC) && IS_SUPPORT_CURVE_256; in IsAuthPakeV2EcP256Supported()
264 bool ret = IsPakeV2AuthTaskSupported();
38 bool IsPakeV2AuthTaskSupported(void) in IsPakeV2AuthTaskSupported() function