Home
last modified time | relevance | path

Searched refs:SSL_COMP_get0_name (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_COMP_add_compression_method.pod6 SSL_COMP_get0_name, SSL_COMP_get_id, SSL_COMP_free_compression_methods
15 const char *SSL_COMP_get0_name(const SSL_COMP *comp);
34 SSL_COMP_get0_name() returns the name of the compression method B<comp>.
84 SSL_COMP_get0_name() returns the name of the compression method or NULL on error.
95 The SSL_COMP_get0_name() and SSL_comp_get_id() functions were added in OpenSSL 1.1.0d.
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map411 SSL_COMP_get0_name;
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_ciph.c2019 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name() function
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h2095 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2415 MLINKS+= SSL_COMP_add_compression_method.3 SSL_COMP_get0_name.3