Searched refs:sk_SSL_COMP_find (Results 1 – 2 of 2) sorted by relevance
87 #define sk_SSL_COMP_find(sk, ptr) OPENSSL_sk_find(ossl_check_SSL_COMP_sk_type(sk), ossl_check_SSL_C… macro
512 i = sk_SSL_COMP_find(comp_methods, &ctmp); in ssl_cipher_get_evp()1938 i = sk_SSL_COMP_find(sk, &srch_key); in ssl3_comp_find()2026 if (sk_SSL_COMP_find(comp_methods, comp) >= 0) { in SSL_COMP_add_compression_method()