Searched refs:parse_cb (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_cust.c | 26 custom_ext_parse_cb parse_cb; member 68 if (parse_cb_wrap->parse_cb == NULL) in custom_ext_parse_old_cb_wrap() 71 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al, in custom_ext_parse_old_cb_wrap() 159 if (meth->parse_cb == NULL) in custom_ext_parse() 162 if (meth->parse_cb(SSL_CONNECTION_GET_USER_SSL(s), ext_type, context, ext_data, in custom_ext_parse() 416 SSL_custom_ext_parse_cb_ex parse_cb, in ossl_tls_add_custom_ext_intern() argument 468 meth->parse_cb = parse_cb; in ossl_tls_add_custom_ext_intern() 485 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext() argument 503 parse_cb_wrap->parse_cb = parse_cb; in add_old_custom_ext() 526 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext() argument [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_extension_supported.pod | 42 SSL_custom_ext_parse_cb_ex parse_cb, 62 custom_ext_parse_cb parse_cb, 68 custom_ext_parse_cb parse_cb, 77 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the 84 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it only 93 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it 149 The callback B<parse_cb> receives data for TLS extensions. The callback is only 157 B<parse_cb> will be called for each certificate contained within the message. 163 If the B<parse_cb> considers the extension data acceptable it must return
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 906 custom_ext_parse_cb parse_cb, 914 custom_ext_parse_cb parse_cb, 922 SSL_custom_ext_parse_cb_ex parse_cb,
|
H A D | ssl.h.in | 883 custom_ext_parse_cb parse_cb, 891 custom_ext_parse_cb parse_cb, 899 SSL_custom_ext_parse_cb_ex parse_cb,
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_local.h | 2054 SSL_custom_ext_parse_cb_ex parse_cb; member 2995 SSL_custom_ext_parse_cb_ex parse_cb,
|