Home
last modified time | relevance | path

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

/dports/security/libnitrokey/libnitrokey-v3.6/unittest/
H A Dtest1.cc71 REQUIRE(resp.data().password_retry_count == 3);
75 REQUIRE(resp.data().password_retry_count == 3);
/dports/security/libnitrokey/libnitrokey-v3.6/libnitrokey/
H A Dstick10_commands.h435 uint8_t password_retry_count; member
440 ss << " password_retry_count\t" << (int)password_retry_count << std::endl; in dissect()
453 uint8_t password_retry_count; member
458 ss << " password_retry_count\t" << (int)password_retry_count << std::endl; in dissect()
/dports/security/libnitrokey/libnitrokey-v3.6/
H A DNitrokeyManager.cc793 return response.data().password_retry_count; in get_user_retry_count()
801 return response.data().password_retry_count; in get_admin_retry_count()