/external/openssl/crypto/bn/ |
D | bn_depr.c | 70 void (*callback)(int,int,void *), void *cb_arg) in BN_generate_prime() argument 76 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_generate_prime() 95 BN_CTX *ctx_passed, void *cb_arg) in BN_is_prime() argument 98 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime() 104 BN_CTX *ctx_passed, void *cb_arg, in BN_is_prime_fasttest() argument 108 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime_fasttest()
|
D | bn.h | 369 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \ argument 372 tmp_gencb->arg = (cb_arg); \ 375 #define BN_GENCB_set(gencb, callback, cb_arg) { \ argument 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,
|
/external/openssh/ |
D | atomicio.c | 52 int (*cb)(void *, size_t), void *cb_arg) in atomicio6() argument 77 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) { in atomicio6() 98 int (*cb)(void *, size_t), void *cb_arg) in atomiciov6() argument 152 if (cb != NULL && cb(cb_arg, (size_t)res) == -1) { in atomiciov6()
|
/external/openssl/crypto/dh/ |
D | dh_depr.c | 68 void (*callback)(int,int,void *), void *cb_arg) in DH_generate_parameters() argument 76 BN_GENCB_set_old(&cb, callback, cb_arg); in DH_generate_parameters()
|
D | dh.h | 203 void (*callback)(int,int,void *),void *cb_arg);
|
/external/openssl/crypto/dsa/ |
D | dsa_depr.c | 90 void *cb_arg) in DSA_generate_parameters() argument 97 BN_GENCB_set_old(&cb, callback, cb_arg); in DSA_generate_parameters()
|
D | dsa.h | 233 (*callback)(int, int, void *),void *cb_arg); 258 #define DSA_is_prime(n, callback, cb_arg) \ argument 259 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
/external/openssl/crypto/rsa/ |
D | rsa_depr.c | 72 void (*callback)(int,int,void *), void *cb_arg) in RSA_generate_key() argument 90 BN_GENCB_set_old(&cb, callback, cb_arg); in RSA_generate_key()
|
D | rsa.h | 288 (*callback)(int,int,void *),void *cb_arg);
|
/external/chromium/third_party/libevent/ |
D | evrpc.c | 103 void *cb_arg) in evrpc_add_hook() argument 123 hook->process_arg = cb_arg; in evrpc_add_hook() 209 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg) in evrpc_register_rpc() argument 215 rpc->cb_arg = cb_arg; in evrpc_register_rpc() 305 rpc->cb(rpc_state, rpc->cb_arg); in evrpc_request_cb() 557 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); in evrpc_schedule_request() 623 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg); in evrpc_reply_done()
|
D | evrpc.h | 103 void *cb_arg; member 200 ctx->cb_arg = cbarg; \ 357 void *cb_arg; member 468 void *cb_arg);
|
D | http.c | 345 evcon->cb_arg = arg; in evhttp_write_buffer() 624 (*req->cb)(req, req->cb_arg); in evhttp_connection_incoming_fail() 636 void *cb_arg; in evhttp_connection_fail() local 655 cb_arg = req->cb_arg; in evhttp_connection_fail() 671 (*cb)(NULL, cb_arg); in evhttp_connection_fail() 706 (*evcon->cb)(evcon, evcon->cb_arg); in evhttp_write() 763 (*req->cb)(req, req->cb_arg); in evhttp_connection_done() 829 (*req->chunk_cb)(req, req->cb_arg); in evhttp_handle_chunked_read() 1191 request->cb(request, request->cb_arg); in evhttp_connectioncb() 1986 evcon->cb_arg = NULL; in evhttp_send_reply_end() [all …]
|
D | http-internal.h | 86 void *cb_arg; member
|
D | evhttp.h | 230 void *cb_arg; member
|
/external/openssl/include/openssl/ |
D | dsa.h | 233 (*callback)(int, int, void *),void *cb_arg); 258 #define DSA_is_prime(n, callback, cb_arg) \ argument 259 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
D | bn.h | 369 #define BN_GENCB_set_old(gencb, callback, cb_arg) { \ argument 372 tmp_gencb->arg = (cb_arg); \ 375 #define BN_GENCB_set(gencb, callback, cb_arg) { \ argument 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,
|
D | dh.h | 203 void (*callback)(int,int,void *),void *cb_arg);
|
D | rsa.h | 288 (*callback)(int,int,void *),void *cb_arg);
|
D | bio.h | 315 char *cb_arg; /* first argument for the callback */ member
|
/external/openssl/crypto/bio/ |
D | bio_lib.c | 88 bio->cb_arg=NULL; in BIO_set() 171 b->cb_arg = arg; in BIO_set_callback_arg() 176 return b->cb_arg; in BIO_get_callback_arg() 530 new_bio->cb_arg=bio->cb_arg; in BIO_dup_chain()
|
D | bio_cb.c | 135 b=(BIO *)bio->cb_arg; in BIO_debug_callback()
|
D | bio.h | 315 char *cb_arg; /* first argument for the callback */ member
|
/external/openssl/ssl/ |
D | ssltest.c | 2273 struct app_verify_arg *cb_arg = arg; in app_verify_callback() local 2276 if (cb_arg->app_verify) in app_verify_callback() 2281 fprintf(stderr, "Arg is: %s\n", cb_arg->string); in app_verify_callback() 2292 if (cb_arg->proxy_auth) in app_verify_callback() 2299 for(sp = cb_arg->proxy_auth; *sp; sp++) in app_verify_callback() 2325 if (cb_arg->allow_proxy_certs) in app_verify_callback() 2334 if (cb_arg->proxy_auth) in app_verify_callback() 2341 cb_arg->proxy_cond, &cond_end); in app_verify_callback() 2352 cb_arg->proxy_cond); in app_verify_callback() 2355 cb_arg->proxy_cond); in app_verify_callback()
|