Home
last modified time | relevance | path

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

/trueos/contrib/unbound/daemon/
HDdaemon.c627 sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free); in daemon_delete()
/trueos/contrib/unbound/
HDconfig.h.in53 /* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
HDconfigure.ac560 AC_CHECK_DECLS([SSL_COMP_get_compression_methods,sk_SSL_COMP_pop_free], [], [], [
HDconfigure16800 ac_fn_c_check_decl "$LINENO" "sk_SSL_COMP_pop_free" "ac_cv_have_decl_sk_SSL_COMP_pop_free" "
/trueos/crypto/openssl/ssl/
HDssl_lib.c1982 sk_SSL_COMP_pop_free(a->comp_methods, SSL_COMP_free); in SSL_CTX_free()
/trueos/crypto/openssl/crypto/stack/
HDsafestack.h1530 # define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func)) macro