Searched refs:add_cb (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/crypto/openssl/ssl/statem/ |
| HD | 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() 204 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL) in custom_ext_add() 207 if (meth->add_cb != NULL) { in custom_ext_add() 208 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out, in custom_ext_add() 288 if (methsrc->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_copy() 326 if (meth->add_cb != custom_ext_add_old_cb_wrap) in custom_exts_free() 346 SSL_custom_ext_add_cb_ex add_cb, in add_custom_ext_intern() argument 359 if (add_cb == NULL && free_cb != NULL) in add_custom_ext_intern() [all …]
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_extension_supported.pod | 36 SSL_custom_ext_add_cb_ex add_cb, 57 custom_ext_add_cb add_cb, 63 custom_ext_add_cb add_cb, 74 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the 80 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 89 with extension type B<ext_type> and callbacks B<add_cb>, B<free_cb> and 103 The callback B<add_cb> is called to send custom extension data to be 114 If the B<add_cb> does not wish to include the extension it must return 0. 116 If B<add_cb> returns -1 a fatal handshake error occurs using the TLS 119 When constructing the ClientHello, if B<add_cb> is set to NULL a zero length [all …]
|
| /freebsd-13-stable/sys/dev/mlx5/ |
| HD | fs.h | 181 rule_event_fn add_cb,
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | ssl.h | 870 custom_ext_add_cb add_cb, 878 custom_ext_add_cb add_cb, 886 SSL_custom_ext_add_cb_ex add_cb,
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_fs_tree.c | 2500 rule_event_fn add_cb, in mlx5_register_rule_notifier() argument 2515 handler->add_dst_cb = add_cb; in mlx5_register_rule_notifier()
|
| /freebsd-13-stable/crypto/openssl/ssl/ |
| HD | ssl_local.h | 1855 SSL_custom_ext_add_cb_ex add_cb; member
|