HomeSort by relevance Sort by last modified time
    Searched refs:cb_arg (Results 1 - 20 of 20) sorted by null

  /external/openssl/crypto/dh/
dh_depr.c 68 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
dh.h 194 void (*callback)(int,int,void *),void *cb_arg);
  /external/openssl/crypto/bn/
bn_depr.c 70 void (*callback)(int,int,void *), void *cb_arg)
76 BN_GENCB_set_old(&cb, callback, cb_arg);
95 BN_CTX *ctx_passed, void *cb_arg)
98 BN_GENCB_set_old(&cb, callback, cb_arg);
104 BN_CTX *ctx_passed, void *cb_arg,
108 BN_GENCB_set_old(&cb, callback, cb_arg);
bn.h 343 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
346 tmp_gencb->arg = (cb_arg); \
349 #define BN_GENCB_set(gencb, callback, cb_arg) { \
352 tmp_gencb->arg = (cb_arg); \
518 void (*callback)(int,int,void *),void *cb_arg);
521 BN_CTX *ctx,void *cb_arg);
523 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
    [all...]
  /external/openssl/crypto/dsa/
dsa_depr.c 90 void *cb_arg)
97 BN_GENCB_set_old(&cb, callback, cb_arg);
dsa.h 244 (*callback)(int, int, void *),void *cb_arg);
269 #define DSA_is_prime(n, callback, cb_arg) \
270 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
  /external/openssl/crypto/rsa/
rsa_depr.c 72 void (*callback)(int,int,void *), void *cb_arg)
90 BN_GENCB_set_old(&cb, callback, cb_arg);
rsa.h 259 (*callback)(int,int,void *),void *cb_arg);
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
wbuf.h 64 typedef void *CB_ARG;
65 typedef void (*CB_FUNC)(CB_ARG cb_arg);
75 CB_ARG cb_arg; /* callback argument to use in tx complete */ member in struct:__anon8601
96 #define WBUF_CB_ARG(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->cb_arg )
  /system/wlan/ti/wilink_6_1/platforms/os/linux/inc/
wbuf.h 64 typedef void *CB_ARG;
65 typedef void (*CB_FUNC)(CB_ARG cb_arg);
75 CB_ARG cb_arg; /* callback argument to use in tx complete */ member in struct:__anon14439
96 #define WBUF_CB_ARG(pWbuf) ( ((WBUF_PARAMS *)&(WBUF_CB(pWbuf)))->cb_arg )
  /external/openssl/include/openssl/
dsa.h 244 (*callback)(int, int, void *),void *cb_arg);
269 #define DSA_is_prime(n, callback, cb_arg) \
270 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
bn.h 343 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
346 tmp_gencb->arg = (cb_arg); \
349 #define BN_GENCB_set(gencb, callback, cb_arg) { \
352 tmp_gencb->arg = (cb_arg); \
518 void (*callback)(int,int,void *),void *cb_arg);
521 BN_CTX *ctx,void *cb_arg);
523 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
    [all...]
dh.h 194 void (*callback)(int,int,void *),void *cb_arg);
rsa.h 259 (*callback)(int,int,void *),void *cb_arg);
bio.h 303 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
  /external/openssl/crypto/bio/
bio_lib.c 88 bio->cb_arg=NULL;
171 b->cb_arg = arg;
176 return b->cb_arg;
530 new->cb_arg=bio->cb_arg;
bio_cb.c 131 b=(BIO *)bio->cb_arg;
bio.h 303 char *cb_arg; /* first argument for the callback */ member in struct:bio_st
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 337 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \
340 tmp_gencb->arg = (cb_arg); \
343 #define BN_GENCB_set(gencb, callback, cb_arg) { \
346 tmp_gencb->arg = (cb_arg); \
506 void (*callback)(int,int,void *),void *cb_arg);
509 BN_CTX *ctx,void *cb_arg);
511 void (*callback)(int,int,void *),BN_CTX *ctx,void *cb_arg,
  /external/openssl/ssl/
ssltest.c 2074 struct app_verify_arg *cb_arg = arg; local
    [all...]

Completed in 406 milliseconds