Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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.
/third_party/openssl/util/
Dlibssl.num412 SSL_COMP_get0_name 413 1_1_0d EXIST::FUNCTION:
/third_party/openssl/ssl/
Dssl_ciph.c2021 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name() function
/third_party/openssl/test/
Dssltest_old.c1352 printf(" %s:%d", SSL_COMP_get0_name(c), SSL_COMP_get_id(c)); in main()
/third_party/openssl/include/openssl/
Dssl.h2081 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h64 #define SSL_COMP_get0_name BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_COMP_get0_name) macro