Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DCOMP_CTX_new.pod6 COMP_CTX_get_method,
30 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
61 COMP_CTX_get_method() returns the B<COMP_METHOD> of the given I<ctx>.
150 COMP_CTX_get_method(), COMP_zlib(), COMP_zlib_oneshot(), COMP_brotli(), COMP_brotli_oneshot(),
/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_lib.c35 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() function
/freebsd/crypto/openssl/include/openssl/
H A Dcomp.h.in36 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
H A Dcomp.h34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto111.txt394 COMP_CTX_get_method(3)
H A Dlibcrypto.num2358 COMP_CTX_get_method 2409 3_0_0 EXIST::FUNCTION:COMP
/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls_common.c2059 return (rl->compctx == NULL) ? NULL : COMP_CTX_get_method(rl->compctx); in tls_get_compression()
/freebsd/secure/lib/libcrypto/
H A DVersion.map722 COMP_CTX_get_method;