Searched refs:ssl_method (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dmttest.c191 const SSL_METHOD *ssl_method = SSLv23_method(); local
212 ssl_method = SSLv3_method();
214 ssl_method = SSLv2_method();
265 c_ctx = SSL_CTX_new(ssl_method);
266 s_ctx = SSL_CTX_new(ssl_method);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c820 static void ssl_cipher_collect_ciphers(const SSL_METHOD *ssl_method, argument
844 c = ssl_method->get_cipher(i);
1473 STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, STACK_OF(SSL_CIPHER)
1492 if (!check_suiteb_cipher_list(ssl_method, c, &rule_str))
1508 num_of_ciphers = ssl_method->num_ciphers();
1520 ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers,

Completed in 55 milliseconds