/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()
|
/third_party/node/deps/openssl/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()
|
/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/node/deps/openssl/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/node/deps/openssl/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/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/node/deps/openssl/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/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/node/deps/openssl/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/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/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/node/src/crypto/ |
D | crypto_clienthello-inl.h | 54 void* cb_arg) { in Start() argument 64 cb_arg_ = cb_arg; in Start()
|
/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/node/deps/openssl/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/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/node/deps/openssl/openssl/providers/fips/ |
D | self_test.h | 33 void *cb_arg; member
|
/third_party/openssl/providers/fips/ |
D | self_test.h | 33 void *cb_arg; member
|
/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>
|