Home
last modified time | relevance | path

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

/openssl-master/ssl/statem/
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()
241 if (meth->free_cb != NULL) in custom_ext_add()
356 if (add_cb == NULL && free_cb != NULL) in add_custom_ext_intern()
397 meth->free_cb = free_cb; in add_custom_ext_intern()
409 custom_ext_free_cb free_cb, in add_old_custom_ext() argument
427 add_cb_wrap->free_cb = free_cb; in add_old_custom_ext()
450 custom_ext_free_cb free_cb, in SSL_CTX_add_client_custom_ext() argument
464 custom_ext_free_cb free_cb, in SSL_CTX_add_server_custom_ext() argument
[all …]
/openssl-master/doc/man3/
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-master/include/openssl/
A Dssl.h.in861 custom_ext_free_cb free_cb,
869 custom_ext_free_cb free_cb,
877 SSL_custom_ext_free_cb_ex free_cb,
/openssl-master/ssl/
A Dssl_local.h1974 SSL_custom_ext_free_cb_ex free_cb; member

Completed in 22 milliseconds