Searched refs:parse_cb (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dextensions_cust.c25 custom_ext_parse_cb parse_cb; member in struct:__anon7303
67 if (parse_cb_wrap->parse_cb == NULL)
70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al,
157 if (!meth->parse_cb)
160 if (meth->parse_cb(s, ext_type, context, ext_data, ext_size, x, chainidx,
348 SSL_custom_ext_parse_cb_ex parse_cb,
397 meth->parse_cb = parse_cb;
413 custom_ext_parse_cb parse_cb, void *parse_arg)
431 parse_cb_wrap->parse_cb
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/crypto/openssl/include/openssl/
H A Dssl.h879 custom_ext_parse_cb parse_cb,
887 custom_ext_parse_cb parse_cb,
895 SSL_custom_ext_parse_cb_ex parse_cb,
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_local.h1858 SSL_custom_ext_parse_cb_ex parse_cb; member in struct:__anon7300

Completed in 3658 milliseconds