Home
last modified time | relevance | path

Searched refs:ssl_cipher_disabled (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/crypto/openssl/ssl/
HDt1_lib.c1213 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() function
1643 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in tls12_sigalg_allowed()
HDssl_local.h2586 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);
HDssl_lib.c2586 if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) { in STACK_OF()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_clnt.c1342 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK, 1)) { in set_client_ciphersuite()
3781 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in ssl_cipher_list_to_bytes()