Home
last modified time | relevance | path

Searched refs:custom_ext_parse_cb (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c25 custom_ext_parse_cb parse_cb;
418 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext()
459 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext()
473 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_server_custom_ext()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_extension_supported.pod11 custom_ext_add_cb, custom_ext_free_cb, custom_ext_parse_cb
54 typedef int (*custom_ext_parse_cb)(SSL *s, unsigned int ext_type,
62 custom_ext_parse_cb parse_cb,
68 custom_ext_parse_cb parse_cb,
/freebsd/crypto/openssl/util/
H A Dother.syms143 custom_ext_parse_cb datatype
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h313 typedef int (*custom_ext_parse_cb)(SSL *s, unsigned int ext_type, typedef
886 custom_ext_parse_cb parse_cb,
894 custom_ext_parse_cb parse_cb,
H A Dssl.h.in290 typedef int (*custom_ext_parse_cb)(SSL *s, unsigned int ext_type, typedef
863 custom_ext_parse_cb parse_cb,
871 custom_ext_parse_cb parse_cb,
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4771 MLINKS+= SSL_extension_supported.3 custom_ext_parse_cb.3