Home
last modified time | relevance | path

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

12

/openssl/crypto/bn/
H A 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()
H A Dbn_lib.c1123 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 Dself_test_core.c30 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 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()
/openssl/crypto/dsa/
H A Ddsa_depr.c35 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 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()
/openssl/include/internal/
H A Dquic_sf_list.h136 void *cb_arg);
148 void *cb_arg);
H A Dquic_record_rx.h309 void *cb_arg);
497 ossl_qrx_key_update_cb *cb, void *cb_arg);
H A Dquic_demux.h232 void *cb_arg);
H A Dquic_txp.h214 void *cb_arg);
H A Dquic_ackm.h116 void *cb_arg; member
/openssl/doc/man3/
H A 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);
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 Dself_test.h28 void *cb_arg; member
/openssl/include/openssl/
H A Ddsa.h167 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 Dbn.h104 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 Dddd-06-mem-uv.c50 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 Dquic_rstream.c266 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 Dquic_demux.c149 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 Dquic_sf_list.c274 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 Dquic_record_rx.c1278 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 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>
/openssl/crypto/bio/
H A Dbio_local.h106 char *cb_arg; /* first argument for the callback */ member
H A Dbio_cb.c112 b = (BIO *)bio->cb_arg; in BIO_debug_callback_ex()
H A Dbio_lib.c238 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 Dcmp_vfy.c704 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()

Completed in 67 milliseconds

12