Searched refs:add_cb (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | extensions_cust.c | 20 custom_ext_add_cb add_cb; member 40 if (add_cb_wrap->add_cb == NULL) in custom_ext_add_old_cb_wrap() 43 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap() 200 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 203 if (meth->add_cb != NULL) { in custom_ext_add() 204 int cb_retval = meth->add_cb(SSL_CONNECTION_GET_USER_SSL(s), in custom_ext_add() 280 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_ext_copy_old_cb() 378 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 401 SSL_custom_ext_add_cb_ex add_cb, in ossl_tls_add_custom_ext_intern() argument 413 if (add_cb == NULL && free_cb != NULL) in ossl_tls_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/contrib/unbound/services/ |
| H A D | mesh.c | 683 struct mesh_cb* add_cb = NULL; in mesh_new_callback() local 729 if(!mesh_state_add_cb(s, edns, buf, cb, cb_arg, qid, qflags, &add_cb)) { in mesh_new_callback() 736 mesh_remove_callback_without_accounting(s, add_cb); in mesh_new_callback() 747 mesh_remove_callback_without_accounting(s, add_cb); in mesh_new_callback()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 905 custom_ext_add_cb add_cb, 913 custom_ext_add_cb add_cb, 921 SSL_custom_ext_add_cb_ex add_cb,
|
| H A D | ssl.h.in | 882 custom_ext_add_cb add_cb, 890 custom_ext_add_cb add_cb, 898 SSL_custom_ext_add_cb_ex add_cb,
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 2049 SSL_custom_ext_add_cb_ex add_cb; member 2988 SSL_custom_ext_add_cb_ex add_cb,
|
| /freebsd/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tree.c | |