Home
last modified time | relevance | path

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

/freebsd/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
16 int SSL_COMP_get_id(const SSL_COMP *comp);
36 SSL_COMP_get_id() returns the id of the compression method B<comp>.
86 SSL_COMP_get_id() returns the name of the compression method or -1 on error.
/freebsd/secure/lib/libssl/
H A DVersion.map408 SSL_COMP_get_id;
/freebsd/crypto/openssl/util/
H A Dlibssl.num411 SSL_COMP_get_id 412 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c2085 int SSL_COMP_get_id(const SSL_COMP *comp) in SSL_COMP_get_id() function
/freebsd/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/crypto/openssl/include/openssl/
H A Dssl.h2241 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
H A Dssl.h.in2169 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3770 MLINKS+= SSL_COMP_add_compression_method.3 SSL_COMP_get_id.3