Lines Matching refs:I
16 [B<-out> I<filename>]
17 [B<-outpubkey> I<filename>]
21 [B<-pass> I<arg>]
22 [B<-I<cipher>>]
23 [B<-paramfile> I<file>]
24 [B<-algorithm> I<alg>]
25 [B<-pkeyopt> I<opt>:I<value>]
45 =item B<-out> I<filename>
50 =item B<-outpubkey> I<filename>
70 =item B<-pass> I<arg>
72 The output file password source. For more information about the format of I<arg>
75 =item B<-I<cipher>>
80 =item B<-algorithm> I<alg>
96 =item B<-pkeyopt> I<opt>:I<value>
98 Set the public key algorithm option I<opt> to I<value>. The precise set of
103 To list the possible I<opt> values for an algorithm use:
111 =item B<-paramfile> I<filename>
166 =item B<rsa_keygen_bits>:I<numbits>, B<rsa_keygen_primes>:I<numprimes>,
167 B<rsa_keygen_pubexp>:I<value>
171 =item B<rsa_pss_keygen_md>:I<digest>
173 If set the key is restricted and can only use I<digest> for signing.
175 =item B<rsa_pss_keygen_mgf1_md>:I<digest>
177 If set the key is restricted and can only use I<digest> as it's MGF1
180 =item B<rsa_pss_keygen_saltlen>:I<len>
182 If set the key is restricted and I<len> specifies the minimum salt length.
192 =item B<ec_paramgen_curve>:I<curve>
196 =item B<ec_param_enc>:I<encoding>
198 The encoding to use for parameters. The I<encoding> parameter must be either
207 =item B<group>:I<name>
225 =item B<dsa_paramgen_bits>:I<numbits>
229 =item B<dsa_paramgen_q_bits>:I<numbits>
231 =item B<qbits>:I<numbits>
236 =item B<dsa_paramgen_md>:I<digest>
238 =item B<digest>:I<digest>
247 =item B<properties>:I<query>
249 The I<digest> property I<query> string to use when fetching a digest from a provider.
251 =item B<type>:I<type>
256 =item B<gindex>:I<index>
261 This I<index> must then be reused during key validation to verify the value of g.
264 =item B<hexseed>:I<seed>
266 The seed I<seed> data to use instead of generating a random seed internally.
281 =item B<group>:I<name>
283 =item B<dh_param>:I<name>
295 =item B<dh_rfc5114>:I<num>
298 instead of generating new parameters. The value I<num> can be one of
303 =item B<pbits>:I<numbits>
305 =item B<dh_paramgen_prime_len>:I<numbits>
307 The number of bits in the prime parameter I<p>. The default is 2048.
309 =item B<qbits>:I<numbits>
311 =item B<dh_paramgen_subprime_len>:I<numbits>
313 The number of bits in the sub prime parameter I<q>. The default is 224.
317 =item B<safeprime-generator>:I<value>
319 =item B<dh_paramgen_generator>:I<value>
321 The value to use for the generator I<g>. The default is 2.
324 =item B<type>:I<string>
360 =item B<dh_paramgen_type>:I<value>
366 =item B<digest>:I<digest>
376 =item B<properties>:I<query>
378 The I<digest> property I<query> string to use when fetching a digest from a provider.
381 =item B<gindex>:I<index>
386 This I<index> must then be reused during key validation to verify the value of g.
390 =item B<hexseed>:I<seed>
392 The seed I<seed> data to use instead of generating a random seed internally.