Home
last modified time | relevance | path

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

/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dophcrackgui.cpp403 int npwds_total = crack->npwds_total; in startStopCrack() local
406 if (fsm->state == st_wait && npwds_found < npwds_total) { in startStopCrack()
415 if (npwds_found < npwds_total) { in startStopCrack()
934 crack->npwds_total = 0; in delSelection()
972 assert(crack->maxhid == crack->npwds_total); in delSelection()
1061 int npwds_total = crack->npwds_total; in updateStatus() local
1110 .arg(npwds_total); in updateStatus()
H A Dmain.cpp547 int npwds_total = crack->npwds_total; in display_status() local
619 printf("pwd found %d/%d.", npwds_found, npwds_total); in display_status()
956 assert(crack->npwds_total == npwds); in main()
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dfsm.c359 int npwds_total = crack->npwds_total; in fsm_handle_work2() local
362 if (crack->remaining->size > 0 && npwds_found < npwds_total) { in fsm_handle_work2()
H A Dophcrack.h64 int npwds_total; member
H A Dophcrack.c75 crack->npwds_total = 0; in ophcrack_alloc()
225 ++crack->npwds_total; in ophcrack_add_hash()
228 ++crack->npwds_total; in ophcrack_add_hash()