Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c37 PriorityMap g_authPriorityList[AUTH_PRIORITY_LEN] = { variable
283 if ((curVersion->third & g_authPriorityList[i].alg) == g_authPriorityList[i].alg) { in GetAuthPrototolType()
284 return g_authPriorityList[i].type; in GetAuthPrototolType()