Searched refs:sk_SSL_COMP_num (Results 1 – 5 of 5) sorted by relevance
70 #define sk_SSL_COMP_num(sk) OPENSSL_sk_num(ossl_check_const_SSL_COMP_sk_type(sk)) macro
2079 for (m = 0; m < sk_SSL_COMP_num(sctx->comp_methods); m++) { in tls_early_post_process_client_hello()2108 nn = sk_SSL_COMP_num(sctx->comp_methods); in tls_early_post_process_client_hello()
1337 int compnum = sk_SSL_COMP_num(sctx->comp_methods); in tls_construct_client_hello()
1381 if (comp_methods != NULL && sk_SSL_COMP_num(comp_methods) > 0)
1332 n = sk_SSL_COMP_num(ssl_comp_methods); in main()