Searched refs:clnt (Results 1 – 4 of 4) sorted by relevance
468 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt = SSL_get_srtp_profiles(ssl); in tls_construct_ctos_use_srtp()471 if (clnt == NULL) in tls_construct_ctos_use_srtp()483 end = sk_SRTP_PROTECTION_PROFILE_num(clnt); in tls_construct_ctos_use_srtp()486 sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_construct_ctos_use_srtp()1722 STACK_OF(SRTP_PROTECTION_PROFILE) *clnt; in tls_parse_stoc_use_srtp()1741 clnt = SSL_get_srtp_profiles(SSL_CONNECTION_GET_SSL(s)); in tls_parse_stoc_use_srtp()1742 if (clnt == NULL) { in tls_parse_stoc_use_srtp()1751 for (i = 0; i < sk_SRTP_PROTECTION_PROFILE_num(clnt); i++) { in tls_parse_stoc_use_srtp()1752 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); in tls_parse_stoc_use_srtp()
4238 const SSL_CIPHER *ssl3_choose_cipher(SSL_CONNECTION *s, STACK_OF(SSL_CIPHER) *clnt, in ssl3_choose_cipher() argument4264 sk_SSL_CIPHER_num(clnt), (void *)clnt); in ssl3_choose_cipher()4265 for (i = 0; i < sk_SSL_CIPHER_num(clnt); ++i) { in ssl3_choose_cipher()4266 c = sk_SSL_CIPHER_value(clnt, i); in ssl3_choose_cipher()4274 allow = clnt; in ssl3_choose_cipher()4277 allow = clnt; in ssl3_choose_cipher()4282 if (s->options & SSL_OP_PRIORITIZE_CHACHA && sk_SSL_CIPHER_num(clnt) > 0) { in ssl3_choose_cipher()4283 c = sk_SSL_CIPHER_value(clnt, 0); in ssl3_choose_cipher()4318 prio = clnt; in ssl3_choose_cipher()
2631 STACK_OF(SSL_CIPHER) *clnt,
8123 static int int_test_ssl_get_shared_ciphers(int tst, int clnt) in int_test_ssl_get_shared_ciphers() argument8141 if (clnt) { in int_test_ssl_get_shared_ciphers()
Completed in 55 milliseconds