/third_party/openssl/crypto/bn/ |
D | bn_depr.c | 24 void (*callback) (int, int, void *), void *cb_arg) in BN_generate_prime() argument 29 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_generate_prime() 48 void *cb_arg) in BN_is_prime() argument 51 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime() 57 BN_CTX *ctx_passed, void *cb_arg, in BN_is_prime_fasttest() argument 61 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime_fasttest()
|
D | bn_lib.c | 996 void *cb_arg) in BN_GENCB_set_old() argument 1000 tmp_gencb->arg = cb_arg; in BN_GENCB_set_old() 1006 void *cb_arg) in BN_GENCB_set() argument 1010 tmp_gencb->arg = cb_arg; in BN_GENCB_set()
|
/third_party/openssl/crypto/ |
D | self_test_core.c | 31 void *cb_arg; member 109 ret->cb_arg = cbarg; in OSSL_SELF_TEST_new() 131 (void)st->cb(st->params, st->cb_arg); in OSSL_SELF_TEST_onbegin() 145 (void)st->cb(st->params, st->cb_arg); in OSSL_SELF_TEST_onend() 166 if (!st->cb(st->params, st->cb_arg)) { in OSSL_SELF_TEST_oncorrupt_byte()
|
/third_party/ffmpeg/libavformat/ |
D | tls_libtls.c | 51 static ssize_t tls_read_callback(struct tls *ctx, void *buf, size_t buflen, void *cb_arg) in tls_read_callback() argument 53 URLContext *h = (URLContext*) cb_arg; in tls_read_callback() 62 static ssize_t tls_write_callback(struct tls *ctx, const void *buf, size_t buflen, void *cb_arg) in tls_write_callback() argument 64 URLContext *h = (URLContext*) cb_arg; in tls_write_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_macsec_linux.c | 35 struct cb_arg { struct 47 struct cb_arg cb_arg; argument 155 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg)); in init_genl_ctx() 156 ctx->cb_arg.drv = drv; in init_genl_ctx() 159 &ctx->cb_arg); in init_genl_ctx() 514 struct cb_arg *arg = (struct cb_arg *) argp; in dump_callback() 639 ctx->cb_arg.ifindex = drv->ifi; in do_dump() 640 ctx->cb_arg.rxsci = rxsci; in do_dump() 641 ctx->cb_arg.rxsa = rxsa; in do_dump() 642 ctx->cb_arg.txsa = txsa; in do_dump() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_macsec_linux.c | 35 struct cb_arg { struct 47 struct cb_arg cb_arg; argument 153 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg)); in init_genl_ctx() 154 ctx->cb_arg.drv = drv; in init_genl_ctx() 157 &ctx->cb_arg); in init_genl_ctx() 512 struct cb_arg *arg = (struct cb_arg *) argp; in dump_callback() 637 ctx->cb_arg.ifindex = drv->ifi; in do_dump() 638 ctx->cb_arg.rxsci = rxsci; in do_dump() 639 ctx->cb_arg.rxsa = rxsa; in do_dump() 640 ctx->cb_arg.txsa = txsa; in do_dump() [all …]
|
/third_party/openssl/crypto/dh/ |
D | dh_depr.c | 26 void (*callback) (int, int, void *), void *cb_arg) in DH_generate_parameters() argument 39 BN_GENCB_set_old(cb, callback, cb_arg); in DH_generate_parameters()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_depr.c | 35 void *cb_arg) in DSA_generate_parameters() argument 46 BN_GENCB_set_old(cb, callback, cb_arg); in DSA_generate_parameters()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_depr.c | 30 void (*callback) (int, int, void *), void *cb_arg) in RSA_generate_key() argument 50 BN_GENCB_set_old(cb, callback, cb_arg); in RSA_generate_key()
|
/third_party/openssl/doc/man3/ |
D | BN_generate_prime.pod | 30 void (*callback)(int, int, void *), void *cb_arg); 33 int (*callback)(int, int, BN_GENCB *), void *cb_arg); 43 void *cb_arg); 46 void (*callback)(int, int, void *), BN_CTX *ctx, void *cb_arg); 50 void *cb_arg, int do_trial_division); 174 type B<int (*callback)(int, int, BN_GENCB *)> and B<cb_arg> is a B<void *>. 181 style callbacks or B<callback(a, b, cb_arg)> for old style. 189 the B<cb_arg>. BN_is_prime() and BN_is_prime_fasttest()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dsa.h | 124 void *cb_arg)) 151 # define DSA_is_prime(n, callback, cb_arg) \ argument 152 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
D | bn.h | 98 void *cb_arg); 102 void *cb_arg); 331 void *cb_arg)) 335 BN_CTX *ctx, void *cb_arg)) 339 BN_CTX *ctx, void *cb_arg,
|
/third_party/openssl/include/openssl/ |
D | dsa.h | 162 void *cb_arg); 190 # define DSA_is_prime(n, callback, cb_arg) \ argument 191 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
D | bn.h | 104 void *cb_arg); 108 void *cb_arg); 360 void *cb_arg); 364 BN_CTX *ctx, void *cb_arg); 368 BN_CTX *ctx, void *cb_arg,
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-struct.h | 59 typedef int (*lws_struct_args_cb)(void *obj, void *cb_arg); 65 void *cb_arg; member
|
/third_party/openssl/providers/fips/ |
D | self_test.h | 33 void *cb_arg; member
|
D | self_test.c | 294 ev = OSSL_SELF_TEST_new(st->cb, st->cb_arg); in SELF_TEST_post()
|
/third_party/openssl/crypto/bio/ |
D | bio_lib.c | 245 b->cb_arg = arg; in BIO_set_callback_arg() 250 return b->cb_arg; in BIO_get_callback_arg() 779 new_bio->cb_arg = bio->cb_arg; in BIO_dup_chain()
|
D | bio_local.h | 123 char *cb_arg; /* first argument for the callback */ member
|
D | bio_cb.c | 92 b = (BIO *)bio->cb_arg; in BIO_debug_callback_ex()
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_cmp_msg_check_update.pod | 18 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg); 49 The callback is passed also the arguments B<ctx>, B<msg>, and <cb_arg>
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | dh.rs | 11 cb_arg: *mut c_void, in DH_generate_parameters()
|
/third_party/openssl/crypto/cmp/ |
D | cmp_vfy.c | 665 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg) in ossl_cmp_msg_check_update() argument 713 && (cb == NULL || (*cb)(ctx, msg, 1, cb_arg) <= 0)) { in ossl_cmp_msg_check_update() 721 if (cb == NULL || (*cb)(ctx, msg, 0, cb_arg) <= 0) { in ossl_cmp_msg_check_update()
|
D | cmp_local.h | 918 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg); 920 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg);
|
/third_party/libwebsockets/lib/misc/ |
D | lws-struct-sqlite.c | 39 lws_dll2_owner_t *o = (lws_dll2_owner_t *)a->cb_arg; in lws_struct_sq3_deser_cb() 194 a.cb_arg = o; /* lws_dll2_owner tracking query result objects */ in lws_struct_sq3_deserialize()
|