Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service.c644 const enum HksUserAuthType userAuthTypes[] = { in CheckIfUserIamSupportCurType() enum
650 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()