Searched refs:add_cb (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_cust.c19 custom_ext_add_cb add_cb; member in struct:__anon7302
39 if (add_cb_wrap->add_cb == NULL)
42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al,
203 if ((context & SSL_EXT_CLIENT_HELLO) == 0 && meth->add_cb == NULL)
206 if (meth->add_cb != NULL) {
207 int cb_retval = meth->add_cb(s, meth->ext_type, context, &out,
287 if (methsrc->add_cb != custom_ext_add_old_cb_wrap)
325 if (meth->add_cb != custom_ext_add_old_cb_wrap)
345 SSL_custom_ext_add_cb_ex add_cb,
355 * Check application error: if add_cb i
342 add_custom_ext_intern(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) argument
407 add_old_custom_ext(SSL_CTX *ctx, ENDPOINT role, unsigned int ext_type, unsigned int context, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
450 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
464 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
478 SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, unsigned int context, SSL_custom_ext_add_cb_ex add_cb, SSL_custom_ext_free_cb_ex free_cb, void *add_arg, SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) argument
[all...]
/freebsd-13-stable/sys/dev/mlx5/
H A Dfs.h182 rule_event_fn add_cb,
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h876 custom_ext_add_cb add_cb,
884 custom_ext_add_cb add_cb,
892 SSL_custom_ext_add_cb_ex add_cb,
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c2482 rule_event_fn add_cb,
2497 handler->add_dst_cb = add_cb;
2480 mlx5_register_rule_notifier(struct mlx5_core_dev *dev, enum mlx5_flow_namespace_type ns_type, rule_event_fn add_cb, rule_event_fn del_cb, void *context) argument
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_local.h1855 SSL_custom_ext_add_cb_ex add_cb; member in struct:__anon7300

Completed in 83 milliseconds