Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/doc/man3/
H A DSSL_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-14.2/secure/lib/libssl/
H A DVersion.map411 SSL_COMP_get0_name;
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num412 SSL_COMP_get0_name 413 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_ciph.c2076 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name() function
/freebsd-14.2/crypto/openssl/test/
H A Dssl_old_test.c1337 printf(" %s:%d", SSL_COMP_get0_name(c), SSL_COMP_get_id(c)); in main()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dssl.h2240 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
H A Dssl.h.in2168 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3768 MLINKS+= SSL_COMP_add_compression_method.3 SSL_COMP_get0_name.3