Home
last modified time | relevance | path

Searched refs:cb_arg (Results 1 – 25 of 39) sorted by relevance

12

/third_party/openssl/crypto/bn/
Dbn_depr.c24 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()
Dbn_lib.c996 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/
Dself_test_core.c31 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/
Dtls_libtls.c51 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/
Ddriver_macsec_linux.c35 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/
Ddriver_macsec_linux.c35 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/
Ddh_depr.c26 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/
Ddsa_depr.c35 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/
Drsa_depr.c30 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/
DBN_generate_prime.pod30 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/
Ddsa.h124 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)
Dbn.h98 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/
Ddsa.h162 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)
Dbn.h104 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/
Dlws-struct.h59 typedef int (*lws_struct_args_cb)(void *obj, void *cb_arg);
65 void *cb_arg; member
/third_party/openssl/providers/fips/
Dself_test.h33 void *cb_arg; member
Dself_test.c294 ev = OSSL_SELF_TEST_new(st->cb, st->cb_arg); in SELF_TEST_post()
/third_party/openssl/crypto/bio/
Dbio_lib.c245 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()
Dbio_local.h123 char *cb_arg; /* first argument for the callback */ member
Dbio_cb.c92 b = (BIO *)bio->cb_arg; in BIO_debug_callback_ex()
/third_party/openssl/doc/internal/man3/
Dossl_cmp_msg_check_update.pod18 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/
Ddh.rs11 cb_arg: *mut c_void, in DH_generate_parameters()
/third_party/openssl/crypto/cmp/
Dcmp_vfy.c665 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()
Dcmp_local.h918 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/
Dlws-struct-sqlite.c39 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()

12