Home
last modified time | relevance | path

Searched refs:add_cb (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c19 custom_ext_add_cb add_cb; member
39 if (add_cb_wrap->add_cb == NULL) in custom_ext_add_old_cb_wrap()
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap()
206 if (meth->add_cb != NULL) { in custom_ext_add()
328 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free()
363 if (add_cb == NULL && free_cb != NULL) in add_custom_ext_intern()
403 meth->add_cb = add_cb; in add_custom_ext_intern()
415 custom_ext_add_cb add_cb, in add_old_custom_ext() argument
433 add_cb_wrap->add_cb = add_cb; in add_old_custom_ext()
456 custom_ext_add_cb add_cb, in SSL_CTX_add_client_custom_ext() argument
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_extension_supported.pod39 SSL_custom_ext_add_cb_ex add_cb,
60 custom_ext_add_cb add_cb,
66 custom_ext_add_cb add_cb,
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
106 The callback B<add_cb> is called to send custom extension data to be
117 If the B<add_cb> does not wish to include the extension it must return 0.
119 If B<add_cb> returns -1 a fatal handshake error occurs using the TLS
122 When constructing the ClientHello, if B<add_cb> is set to NULL a zero length
[all …]
/freebsd/sys/dev/mlx5/
H A Dfs.h211 rule_event_fn add_cb,
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h883 custom_ext_add_cb add_cb,
891 custom_ext_add_cb add_cb,
899 SSL_custom_ext_add_cb_ex add_cb,
H A Dssl.h.in860 custom_ext_add_cb add_cb,
868 custom_ext_add_cb add_cb,
876 SSL_custom_ext_add_cb_ex add_cb,
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2566 rule_event_fn add_cb, in mlx5_register_rule_notifier() argument
2581 handler->add_dst_cb = add_cb; in mlx5_register_rule_notifier()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1979 SSL_custom_ext_add_cb_ex add_cb; member