Searched refs:SSL_set_cipher_list (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/secure/lib/libssl/
H A DMakefile.man211 MLINKS+= SSL_CTX_set_cipher_list.3 SSL_set_cipher_list.3
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c2993 if (SSL_set_cipher_list(ssl, ciphers) != 1) {
3010 if (SSL_set_cipher_list(ssl, ciphers) != 1) {
3082 openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) {
3090 if (openssl_ciphers && SSL_set_cipher_list(ssl, openssl_ciphers) != 1) {
3125 if (SSL_set_cipher_list(conn->ssl, cs) != 1) {
4528 if (SSL_set_cipher_list(conn->ssl, buf + 1) != 1) {
5038 if (ciphers && SSL_set_cipher_list(conn->ssl, ciphers) != 1) {
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_conf.c319 rv = SSL_set_cipher_list(cctx->ssl, value);
H A Dssl.h1786 # define SSL_set_pref_cipher(c,n) SSL_set_cipher_list(c,n)
2165 int SSL_set_cipher_list(SSL *s, const char *str);
H A Dssl_lib.c1390 int SSL_set_cipher_list(SSL *s, const char *str) function
/freebsd-11-stable/contrib/sendmail/src/
H A Dreadcf.c2506 if (SSL_set_cipher_list(ssl, val) <= 0)
2512 "STARTTLS=%s, error: SSL_set_cipher_list(%s) failed",

Completed in 256 milliseconds