Searched refs:add_cb (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_cust.c | 19 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() 203 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 206 if (meth->add_cb != NULL) { in custom_ext_add() 207 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out, in custom_ext_add() 290 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy() 328 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 350 SSL_custom_ext_add_cb_ex add_cb, in add_custom_ext_intern() argument 363 if (add_cb == NULL && free_cb != NULL) in add_custom_ext_intern() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_extension_supported.pod | 39 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 D | fs.h | 341 rule_event_fn add_cb,
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 883 custom_ext_add_cb add_cb, 891 custom_ext_add_cb add_cb, 899 SSL_custom_ext_add_cb_ex add_cb,
|
H A D | ssl.h.in | 860 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 D | mlx5_fs_tree.c |
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 1979 SSL_custom_ext_add_cb_ex add_cb; member
|