Home | History | Annotate | Download | only in bn

Lines Matching refs:cb

346 		} cb;
349 int BN_GENCB_call(BN_GENCB *cb, int a, int b);
355 tmp_gencb->cb.cb_1 = (callback); }
361 tmp_gencb->cb.cb_2 = (callback); }
538 const BIGNUM *rem, BN_GENCB *cb);
539 int BN_is_prime_ex(const BIGNUM *p,int nchecks, BN_CTX *ctx, BN_GENCB *cb);
541 int do_trial_division, BN_GENCB *cb);