Lines Matching refs:cb
18 BN_GENCB *cb);
49 of the key generation. If B<cb> is not B<NULL>, it will be
62 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called
68 B<BN_GENCB_call(cb, 1, -1)> is called.
70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
76 When a prime q has been found, B<BN_GENCB_call(cb, 2, 0)> and
77 B<BN_GENCB_call(cb, 3, 0)> are called.
82 B<BN_GENCB_call(cb, 0, counter)> is called.
87 B<BN_GENCB_call(cb, 1, -1)> is called.
89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
95 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called.
99 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.