Lines Matching refs:password
16 Several OpenSSL commands accept password arguments, typically using B<-passin>
18 the password to be obtained from a variety of sources. Both of these
20 password argument is given and a password is required then the user is
35 =item B<pass:>I<password>
37 The actual password is I<password>. Since the password is visible
43 Obtain the password from the environment variable I<var>. Since
49 The first line of I<pathname> is the password. If the same I<pathname>
51 line will be used for the input password and the next line for the output
52 password. I<pathname> need not refer to a regular file: it could for example
57 Read the password from the file descriptor I<number>. This can be used to
62 Read the password from standard input.