Home | History | Annotate | Download | only in openssl

Lines Matching full:cb_arg

369 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
372 tmp_gencb->arg = (cb_arg); \
375 #define BN_GENCB_set(gencb, callback, cb_arg) { \
378 tmp_gencb->arg = (cb_arg); \
545 void (*callback)(int,int,void *),void *cb_arg);
548 BN_CTX *ctx,void *cb_arg);
550 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,