Home
last modified time | relevance | path

Searched refs:sk_SSL_COMP_pop_free (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Ddaemon.c930 sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free); in daemon_delete()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c2021 sk_SSL_COMP_pop_free(old_meths, cmeth_free); in ssl_comp_free_compression_methods_int()
/freebsd/contrib/unbound/
H A Dconfig.h.in150 /* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
H A Dconfigure.ac954 AC_CHECK_DECLS([SSL_COMP_get_compression_methods,sk_SSL_COMP_pop_free,SSL_CTX_set_ecdh_auto], [], […
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1018 #define sk_SSL_COMP_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_SSL_COMP_sk_type(sk),ossl… macro