Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_has_client_custom_ext.pod5 SSL_CTX_has_client_custom_ext - check whether a handler exists for a particular
12 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type);
16 SSL_CTX_has_client_custom_ext() checks whether a handler has been set for a
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map96 SSL_CTX_has_client_custom_ext;
/freebsd-12.1/crypto/openssl/ssl/statem/
H A Dextensions_cust.c336 int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx, unsigned int ext_type) in SSL_CTX_has_client_custom_ext() function
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_lib.c4808 if (callback != NULL && SSL_CTX_has_client_custom_ext(s->ctx, in SSL_set_ct_validation_callback()
4837 if (callback != NULL && SSL_CTX_has_client_custom_ext(ctx, in SSL_CTX_set_ct_validation_callback()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h863 __owur int SSL_CTX_has_client_custom_ext(const SSL_CTX *ctx,
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man296 MAN+= SSL_CTX_has_client_custom_ext.3