Lines Matching refs:I

12 [B<-in> I<file>]
14 [B<-digest> I<algorithm>]
15 [B<-out> I<file>]
16 [B<-sigfile> I<file>]
17 [B<-inkey> I<filename>|I<uri>]
19 [B<-passin> I<arg>]
20 [B<-peerkey> I<file>]
31 [B<-kdf> I<algorithm>]
32 [B<-kdflen> I<length>]
33 [B<-pkeyopt> I<opt>:I<value>]
34 [B<-pkeyopt_passin> I<opt>[:I<passarg>]]
55 =item B<-in> I<filename>
67 =item B<-digest> I<algorithm>
77 =item B<-out> I<filename>
82 =item B<-sigfile> I<file>
86 =item B<-inkey> I<filename>|I<uri>
95 =item B<-passin> I<arg>
97 The input key password source. For more information about the format of I<arg>
100 =item B<-peerkey> I<file>
150 =item B<-kdf> I<algorithm>
152 Use key derivation function I<algorithm>. The supported algorithms are
159 =item B<-kdflen> I<length>
163 =item B<-pkeyopt> I<opt>:I<value>
167 =item B<-pkeyopt_passin> I<opt>[:I<passarg>]
169 Allows reading a public key option I<opt> from stdin or a password source.
170 If only I<opt> is specified, the user will be prompted to enter a password on
171 stdin. Alternatively, I<passarg> can be specified which can be any value
189 engine I<id> for crypto operations.
205 Unless otherwise mentioned all algorithms support the B<digest:>I<alg> option
207 The value I<alg> should represent a digest name as used in the
234 =item B<rsa_padding_mode:>I<mode>
236 This sets the RSA padding mode. Acceptable values for I<mode> are B<pkcs1> for
259 =item B<rsa_pss_saltlen:>I<len>
267 =item B<rsa_mgf1_md:>I<digest>
272 =item B<rsa_oaep_md:>I<digest>
277 =item B<rsa_pkcs1_implicit_rejection:>I<flag>
297 =item B<rsa_padding_mode:>I<mode>, B<rsa_pss_saltlen:>I<len>,
298 B<rsa_mgf1_md:>I<digest>
353 =item B<distid:>I<string>
359 =item B<hexdistid:>I<hex_string>