Searched refs:PWS_SLOT_COUNT (Results 1 – 8 of 8) sorted by relevance
1 from constants import DeviceErrorCode, PWS_SLOT_COUNT, DefaultPasswords29 for i in range(0, PWS_SLOT_COUNT):46 for i in range(0, PWS_SLOT_COUNT):
62 PWS_SLOT_COUNT = 16 variable
39 #define PWS_SLOT_COUNT 16 macro
419 (passwordSafeUnlocked?PWS_SLOT_COUNT:0)+1; in doWork()435 for (int i=0; i<PWS_SLOT_COUNT; i++){ in doWork()514 for (int i = 0; i < PWS_SLOT_COUNT; i++) { in populateOTPPasswordMenu()
45 #define PWS_SLOT_COUNT 16 macro
479 uint8_t password_safe_status[PWS_SLOT_COUNT];
48 const uint8_t NK_PWS_SLOT_COUNT = PWS_SLOT_COUNT;
1206 for (i = 0; i < PWS_SLOT_COUNT; i++) { in SetupPasswordSafeConfig()