Home
last modified time | relevance | path

Searched refs:cb_arg (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dbn.h362 # define BN_GENCB_set_old(gencb, callback, cb_arg) { \ argument
365 tmp_gencb->arg = (cb_arg); \
368 # define BN_GENCB_set(gencb, callback, cb_arg) { \ argument
371 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);
Dbio.h329 char *cb_arg; /* first argument for the callback */ member