Searched refs:tries (Results 1 - 1 of 1) sorted by relevance

/systemd/src/cryptsetup/
H A Dcryptsetup.c159 } else if (startswith(option, "tries=")) {
162 log_error("tries= parse failure, ignoring.");
607 unsigned tries; local
679 for (tries = 0; arg_tries == 0 || tries < arg_tries; tries++) {
683 k = get_password(argv[2], argv[3], until, tries == 0 && !arg_verify, &passwords);
712 if (arg_tries != 0 && tries >= arg_tries) {

Completed in 763 milliseconds