Home
last modified time | relevance | path

Searched refs:COMP_get_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcomp.h27 int COMP_get_type(const COMP_METHOD *meth);
/freebsd-13.1/crypto/openssl/crypto/comp/
H A Dcomp_lib.c39 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type() function
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_ciph.c466 if (COMP_get_type(method) != NID_undef && ssl_comp_methods != NULL) { in DEFINE_RUN_ONCE_STATIC()
1966 if (cm == NULL || COMP_get_type(cm) == NID_undef) in SSL_COMP_add_compression_method()
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map728 COMP_get_type;