Home | History | Annotate | Download | only in bn

Lines Matching refs:cb_arg

351 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
354 tmp_gencb->arg = (cb_arg); \
357 #define BN_GENCB_set(gencb, callback, cb_arg) { \
360 tmp_gencb->arg = (cb_arg); \
527 void (*callback)(int,int,void *),void *cb_arg);
530 BN_CTX *ctx,void *cb_arg);
532 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,