Searched refs:userAuthTypes (Results 1 – 1 of 1) sorted by relevance
644 const enum HksUserAuthType userAuthTypes[] = { in CheckIfUserIamSupportCurType() enum650 for (uint32_t i = 0; i < HKS_ARRAY_SIZE(userAuthTypes); ++i) { in CheckIfUserIamSupportCurType()651 if ((userAuthType & userAuthTypes[i]) == 0) { in CheckIfUserIamSupportCurType()654 ret = CheckIfEnrollAuthInfo(userId, userAuthTypes[i]); in CheckIfUserIamSupportCurType()656 "no enrolled info of the user auth type: %" LOG_PUBLIC "d.", userAuthTypes[i]) in CheckIfUserIamSupportCurType()