Lines Matching refs:password
306 those which require them. Return a {key: password} dict. password
307 will be None if the key has no password."""
313 # We don't need a password for things that aren't really keys.
335 def SignFile(input_name, output_name, key, password, align=None,
338 given key and password (the latter may be None if the key does not
339 have a password.
366 if password is not None:
367 password += "\n"
368 p.communicate(password)
552 """Prompt the user to enter a value (password) for each key in
562 password for %s key> "
582 # position cursor on first line with no password.
601 print "failed to parse password file: ", line
607 print "error reading password file: ", str(e)