Searched refs:cb_arg (Results 1 – 2 of 2) sorted by relevance
362 # define BN_GENCB_set_old(gencb, callback, cb_arg) { \ argument365 tmp_gencb->arg = (cb_arg); \368 # define BN_GENCB_set(gencb, callback, cb_arg) { \ argument371 tmp_gencb->arg = (cb_arg); \551 void (*callback) (int, int, void *), void *cb_arg);554 BN_CTX *ctx, void *cb_arg);557 void *cb_arg, int do_trial_division);
329 char *cb_arg; /* first argument for the callback */ member