Searched refs:ssl_cipher_disabled (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 1179 int ssl_cipher_disabled(SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() function 1609 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in tls12_sigalg_allowed()
|
| H A D | ssl_locl.h | 2584 __owur int ssl_cipher_disabled(SSL *s, const SSL_CIPHER *c, int op, int echde);
|
| H A D | ssl_lib.c | 2466 if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) { in STACK_OF()
|
| /freebsd-12.1/crypto/openssl/ssl/statem/ |
| H A D | statem_clnt.c | 1341 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK, 1)) { in set_client_ciphersuite() 3768 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in ssl_cipher_list_to_bytes()
|