Lines Matching refs:input

57 This specifies the input filename to read data from or standard input
62 This indicates that the input data is raw data, which is not hashed by any
69 This specifies the digest algorithm which is used to hash the input data before
70 signing or verifying it with the input key. This option could be omitted if the
88 The input key, by default it should be a private key.
97 The input key password source. For more information about the format of I<arg>
111 The input file is a public key.
115 The input is a certificate containing a public key.
119 Reverse the order of the input buffer. This is useful for some libraries
124 Sign the input data (which must be a hash) and output the signed result. This
129 Verify the input data (which must be a hash) against the signature file and
134 Verify the input data (which must be a hash) and output the recovered data.
138 Encrypt the input data using a public key.
142 Decrypt the input data using a private key.
207 hash the input data. It is used (by some algorithms) for sanity-checking the
211 This command does not hash the input data (except where -rawin is used) but
212 rather it will use the data directly as input to the signature algorithm.
214 acceptable lengths of input data differ. The signed data can't be longer than
217 In any event the input size must not be larger than the largest supported digest
220 In other words, if the value of digest is B<sha1> the input should be the 20
326 (for example if the input is stdin) then the sign or verify operation will fail.