Searched refs:ssl_cipher_disabled (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/crypto/openssl/ssl/statem/ |
| HD | statem_clnt.c | 1320 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK, 1)) { in set_client_ciphersuite() 3716 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in ssl_cipher_list_to_bytes()
|
| /freebsd-14-stable/crypto/openssl/ssl/ |
| HD | t1_lib.c | 1662 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() function 2123 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in tls12_sigalg_allowed()
|
| HD | ssl_local.h | 2722 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);
|
| HD | ssl_lib.c | 2687 if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) { in STACK_OF()
|