Home
last modified time | relevance | path

Searched refs:free_cb (Results 1 – 10 of 10) sorted by relevance

/openssl/ssl/statem/
H A Dextensions_cust.c20 custom_ext_free_cb free_cb; member
52 if (add_cb_wrap->free_cb == NULL) in custom_ext_free_old_cb_wrap()
55 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg); in custom_ext_free_old_cb_wrap()
228 if (meth->free_cb != NULL) in custom_ext_add()
240 if (meth->free_cb != NULL) in custom_ext_add()
254 if (meth->free_cb != NULL) in custom_ext_add()
371 if (add_cb == NULL && free_cb != NULL) in ossl_tls_add_custom_ext_intern()
416 meth->free_cb = free_cb; in ossl_tls_add_custom_ext_intern()
428 custom_ext_free_cb free_cb, in add_old_custom_ext() argument
446 add_cb_wrap->free_cb = free_cb; in add_old_custom_ext()
[all …]
/openssl/ssl/quic/
H A Dquic_cfq.c19 cfq_free_cb *free_cb; member
181 if (item->free_cb != NULL) { in clear_item()
182 item->free_cb(item->encoded, item->encoded_len, item->free_cb_arg); in clear_item()
184 item->free_cb = NULL; in clear_item()
237 cfq_free_cb *free_cb, in ossl_quic_cfq_add_frame() argument
250 item->free_cb = free_cb; in ossl_quic_cfq_add_frame()
H A Dquic_txp.c566 ossl_quic_initial_token_free_fn *free_cb, in ossl_quic_tx_packetiser_set_initial_token() argument
578 txp->initial_token_free_cb = free_cb; in ossl_quic_tx_packetiser_set_initial_token()
/openssl/test/
H A Dquic_cfq_test.c60 static void free_cb(unsigned char *buf, size_t buf_len, void *arg) in free_cb() function
120 free_cb, in test_cfq()
/openssl/doc/man3/
H A DSSL_extension_supported.pod40 SSL_custom_ext_free_cb_ex free_cb,
61 custom_ext_free_cb free_cb, void *add_arg,
67 custom_ext_free_cb free_cb, void *add_arg,
77 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the
83 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
92 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and
143 If an extension is added (that is B<add_cb> returns 1) B<free_cb> is called
/openssl/include/internal/
H A Dquic_cfq.h109 cfq_free_cb *free_cb,
H A Dquic_txp.h124 ossl_quic_initial_token_free_fn *free_cb,
/openssl/doc/designs/quic-design/
H A Dquic-fifm.md205 * free_cb is called by the CFQ when the buffer is no longer needed;
206 * free_cb_arg is an opaque value passed to free_cb.
230 cfq_free_cb *free_cb,
/openssl/ssl/
H A Dssl_local.h2006 SSL_custom_ext_free_cb_ex free_cb; member
2909 SSL_custom_ext_free_cb_ex free_cb,
/openssl/include/openssl/
H A Dssl.h.in881 custom_ext_free_cb free_cb,
889 custom_ext_free_cb free_cb,
897 SSL_custom_ext_free_cb_ex free_cb,

Completed in 72 milliseconds