Home
last modified time | relevance | path

Searched refs:min_passphrase_len (Results 1 – 4 of 4) sorted by relevance

/dports/security/gnupg/gnupg-2.3.3/agent/
H A Dcall-pinentry.c833 int goodlength = opt.min_passphrase_len + opt.min_passphrase_len/3; in estimate_passphrase_quality()
855 unsigned int nbits = opt.min_passphrase_len * 8; in generate_pin()
1525 if (pininfo->with_qualitybar && opt.min_passphrase_len ) in agent_askpin()
1760 && opt.min_passphrase_len) in agent_get_passphrase()
H A Dgenkey.c210 unsigned int minlen = opt.min_passphrase_len; in check_passphrase_constraints()
H A Dagent.h124 unsigned int min_passphrase_len; member
H A Dgpg-agent.c865 opt.min_passphrase_len = MIN_PASSPHRASE_LEN; in parse_rereadable_options()
942 case oMinPassphraseLen: opt.min_passphrase_len = pargs->r.ret_ulong; break; in parse_rereadable_options()