Searched defs:authErrorCount (Results 1 – 4 of 4) sorted by relevance
35 uint32_t authErrorCount; member
772 ResultCode GetAntiBruteInfo(uint64_t templateId, uint32_t *authErrorCount, uint64_t *startFreezeTim… in GetAntiBruteInfo()795 static uint64_t ExponentialFuncTime(uint32_t authErrorCount) in ExponentialFuncTime()805 static uint64_t GetWaitTime(uint32_t authErrorCount) in GetWaitTime()831 int32_t GetNextFailLockoutDuration(uint32_t authErrorCount) in GetNextFailLockoutDuration()898 …sultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount) in GetRemainTimes()
302 uint32_t authErrorCount = 0; variable
360 uint32_t authErrorCount = INIT_AUTH_ERROR_COUNT; in DoQueryPinInfo() local