Lines Matching refs:is
49 B<prime_len> is the length in bits of the safe prime to be generated.
50 B<generator> is a small number E<gt> 1, typically 2 or 5.
53 of the key generation. If B<cb> is not B<NULL>, it will be
55 number is generated, and when a prime has been found, B<BN_GENCB_call(cb, 3, 0)>
56 is called. See L<BN_generate_prime_ex(3)> for information on
59 DH_generate_parameters() is similar to DH_generate_prime_ex() but
65 This is a lightweight check, if a more thorough check is needed, use
67 The value of B<*codes> is updated with any problems found.
68 If B<*codes> is zero then no problems were found, otherwise the
76 Note that the lack of this bit doesn't guarantee that B<p> is a
81 The generator B<g> is not suitable.
82 Note that the lack of this bit doesn't guarantee that B<g> is
83 suitable, unless B<p> is known to be a strong prime.
87 The modulus is too small.
91 The modulus is too large.
96 value of B<*codes> is updated with any problems found. If B<*codes> is zero then
103 The parameter B<p> is not prime.
107 The parameter B<p> is not a safe prime and no B<q> value is present.
115 The generator B<g> is not suitable.
119 The parameter B<q> is not prime.
123 The parameter B<q> is invalid.
127 The parameter B<j> is invalid.
131 If 0 is returned or B<*codes> is set to a nonzero value the supplied
149 check is successful, 0 for failed.