Searched defs:authErrorCount (Results 1 – 4 of 4) sorted by relevance
35 uint32_t authErrorCount; member
730 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTim… in GetAntiBruteInfo()753 static uint64_t ExponentialFuncTime(uint32_t authErrorCount) in ExponentialFuncTime()763 static uint64_t GetWaitTime(uint32_t authErrorCount) in GetWaitTime()789 int32_t GetNextFailLockoutDuration(uint32_t authErrorCount) in GetNextFailLockoutDuration()856 …sultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount) in GetRemainTimes()
305 uint32_t authErrorCount = 0; variable
360 uint32_t authErrorCount = INIT_AUTH_ERROR_COUNT; in DoQueryPinInfo() local