Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c20 custom_ext_add_cb add_cb;
482 custom_ext_add_cb add_cb, in add_old_custom_ext()
523 custom_ext_add_cb add_cb, in SSL_CTX_add_client_custom_ext()
537 custom_ext_add_cb add_cb, 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
45 typedef int (*custom_ext_add_cb)(SSL *s, unsigned int ext_type,
60 custom_ext_add_cb add_cb,
66 custom_ext_add_cb add_cb,
/freebsd/crypto/openssl/util/
H A Dother.syms153 custom_ext_add_cb datatype
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h311 typedef int (*custom_ext_add_cb)(SSL *s, unsigned int ext_type, typedef
903 custom_ext_add_cb add_cb,
911 custom_ext_add_cb add_cb,
H A Dssl.h.in288 typedef int (*custom_ext_add_cb)(SSL *s, unsigned int ext_type, typedef
880 custom_ext_add_cb add_cb,
888 custom_ext_add_cb add_cb,
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4379 MLINKS+= SSL_extension_supported.3 custom_ext_add_cb.3