Searched refs:cb_arg (Results 1 - 16 of 16) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Ddh.h123 void (*callback)(int,int,void *),void *cb_arg);
H A Dbn.h438 void (*callback)(int,int,void *),void *cb_arg);
441 BN_CTX *ctx,void *cb_arg);
443 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Ddh.h123 void (*callback)(int,int,void *),void *cb_arg);
H A Dbn.h438 void (*callback)(int,int,void *),void *cb_arg);
441 BN_CTX *ctx,void *cb_arg);
443 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddsa.h214 (*callback)(int, int, void *),void *cb_arg);
239 #define DSA_is_prime(n, callback, cb_arg) \
240 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
H A Dbn.h319 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
322 tmp_gencb->arg = (cb_arg); \
325 #define BN_GENCB_set(gencb, callback, cb_arg) { \
328 tmp_gencb->arg = (cb_arg); \
488 void (*callback)(int,int,void *),void *cb_arg);
491 BN_CTX *ctx,void *cb_arg);
493 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
H A Ddh.h183 void (*callback)(int,int,void *),void *cb_arg);
H A Drsa.h213 (*callback)(int,int,void *),void *cb_arg);
H A Dbio.h250 #define BIO_set_callback_arg(b,arg) ((b)->cb_arg=(char *)(arg))
251 #define BIO_get_callback_arg(b) ((b)->cb_arg)
295 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Ddsa.h192 (*callback)(int, int, void *),void *cb_arg);
210 #define DSA_is_prime(n, callback, cb_arg) \
211 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
H A Ddh.h169 void (*callback)(int,int,void *),void *cb_arg);
H A Dbio.h211 #define BIO_set_callback_arg(b,arg) ((b)->cb_arg=(char *)(arg))
212 #define BIO_get_callback_arg(b) ((b)->cb_arg)
256 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
H A Dbn.h416 void (*callback)(int,int,void *),void *cb_arg);
419 BN_CTX *ctx,void *cb_arg);
421 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
H A Drsa.h187 (*callback)(int,int,void *),void *cb_arg);
/asus-wl-520gu-7.0.1.45/src/include/
H A Dwlioctl.h292 void * cb_arg; /* arg to completion callback function */ member in struct:wl_rm_req
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c838 void *cb_arg, int flags)
852 cb(cb_arg, &stack_sg, /*nseg*/1, /*error*/0);
836 ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t dmat, bus_dmamap_t map, void *buf, bus_size_t buflen, bus_dmamap_callback_t *cb, void *cb_arg, int flags) argument

Completed in 196 milliseconds