/openssl/crypto/bn/ |
H A 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()
|
H A D | bn_lib.c | 1123 void *cb_arg) in BN_GENCB_set_old() argument 1127 tmp_gencb->arg = cb_arg; in BN_GENCB_set_old() 1133 void *cb_arg) in BN_GENCB_set() argument 1137 tmp_gencb->arg = cb_arg; in BN_GENCB_set()
|
/openssl/crypto/ |
H A D | self_test_core.c | 30 void *cb_arg; member 101 ret->cb_arg = cbarg; in OSSL_SELF_TEST_new() 123 (void)st->cb(st->params, st->cb_arg); in OSSL_SELF_TEST_onbegin() 137 (void)st->cb(st->params, st->cb_arg); in OSSL_SELF_TEST_onend() 158 if (!st->cb(st->params, st->cb_arg)) { in OSSL_SELF_TEST_oncorrupt_byte()
|
/openssl/crypto/dh/ |
H A 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()
|
/openssl/crypto/dsa/ |
H A 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()
|
/openssl/crypto/rsa/ |
H A 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()
|
/openssl/include/internal/ |
H A D | quic_sf_list.h | 136 void *cb_arg); 148 void *cb_arg);
|
H A D | quic_record_rx.h | 309 void *cb_arg); 497 ossl_qrx_key_update_cb *cb, void *cb_arg);
|
H A D | quic_demux.h | 232 void *cb_arg);
|
H A D | quic_txp.h | 214 void *cb_arg);
|
H A D | quic_ackm.h | 116 void *cb_arg; member
|
/openssl/doc/man3/ |
H A 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); 175 type B<int (*callback)(int, int, BN_GENCB *)> and B<cb_arg> is a B<void *>. 182 style callbacks or B<callback(a, b, cb_arg)> for old style. 190 the B<cb_arg>. BN_is_prime() and BN_is_prime_fasttest()
|
/openssl/providers/fips/ |
H A D | self_test.h | 28 void *cb_arg; member
|
/openssl/include/openssl/ |
H A D | dsa.h | 167 void *cb_arg); 195 # define DSA_is_prime(n, callback, cb_arg) \ argument 196 BN_is_prime(n, DSS_prime_checks, callback, NULL, cb_arg)
|
H A D | bn.h | 104 void *cb_arg); 108 void *cb_arg); 367 void *cb_arg); 371 BN_CTX *ctx, void *cb_arg); 375 BN_CTX *ctx, void *cb_arg,
|
/openssl/doc/designs/ddd/ |
H A D | ddd-06-mem-uv.c | 50 void *cb_arg; member 616 op->cb(conn, -rcx, op->cb_arg); in try_write() 625 op->cb(conn, 0, op->cb_arg); in try_write() 641 op->cb_arg = arg; in write_deferred()
|
/openssl/ssl/quic/ |
H A D | quic_rstream.c | 266 void *cb_arg) in write_at_ring_buf_cb() argument 268 struct ring_buf *rbuf = cb_arg; in write_at_ring_buf_cb()
|
H A D | quic_demux.c | 149 void *cb_arg) in ossl_quic_demux_set_default_handler() argument 152 demux->default_cb_arg = cb_arg; in ossl_quic_demux_set_default_handler()
|
H A D | quic_sf_list.c | 274 void *cb_arg) in ossl_sframe_list_move_data() argument 297 if (!write_at_cb(limit, data, len, cb_arg)) in ossl_sframe_list_move_data()
|
H A D | quic_record_rx.c | 1278 void *cb_arg) in ossl_qrx_set_late_validation_cb() argument 1281 qrx->validation_cb_arg = cb_arg; in ossl_qrx_set_late_validation_cb() 1287 void *cb_arg) in ossl_qrx_set_key_update_cb() argument 1290 qrx->key_update_cb_arg = cb_arg; in ossl_qrx_set_key_update_cb()
|
/openssl/doc/internal/man3/ |
H A 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>
|
/openssl/crypto/bio/ |
H A D | bio_local.h | 106 char *cb_arg; /* first argument for the callback */ member
|
H A D | bio_cb.c | 112 b = (BIO *)bio->cb_arg; in BIO_debug_callback_ex()
|
H A D | bio_lib.c | 238 b->cb_arg = arg; in BIO_set_callback_arg() 243 return b->cb_arg; in BIO_get_callback_arg() 876 new_bio->cb_arg = bio->cb_arg; in BIO_dup_chain()
|
/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 704 ossl_cmp_allow_unprotected_cb_t cb, int cb_arg) in ossl_cmp_msg_check_update() argument 772 || (cb != NULL && (*cb)(ctx, msg, 1, cb_arg) > 0); in ossl_cmp_msg_check_update() 775 res = cb != NULL && (*cb)(ctx, msg, 0, cb_arg) > 0; in ossl_cmp_msg_check_update()
|