Lines Matching +full:feedback +full:- +full:loop
5 DSA_generate_parameters_ex, DSA_generate_parameters - generate DSA parameters
32 L<EVP_PKEY_keygen(3)> as described in L<EVP_PKEY-DSA(7)>.
48 A callback function may be used to provide feedback about the progress
55 expects an old-style callback function; see
56 L<BN_generate_prime(3)> for information on the old-style callback.
68 B<BN_GENCB_call(cb, 1, -1)> is called.
69 While a candidate for q is tested by Miller-Rabin primality tests,
70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
72 i is the loop counter (starting at 0).
87 B<BN_GENCB_call(cb, 1, -1)> is called.
88 While it is tested by the Miller-Rabin primality test,
89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
91 i is the loop counter (starting at 0).
129 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.