Home
last modified time | relevance | path

Searched refs:ssl_cipher_disabled (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c1328 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_CHECK, 1)) { in set_client_ciphersuite()
3724 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in ssl_cipher_list_to_bytes()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c1320 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()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1626 * Call ssl_cipher_disabled() to check that it's enabled or not.
1653 * ssl_cipher_disabled - check that a cipher is disabled or not
1661 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() function
2122 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in tls12_sigalg_allowed()
H A Dssl_local.h2778 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);
H A Dssl_lib.c2772 if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) { in STACK_OF()
/third_party/openssl/ssl/
H A Dt1_lib.c1606 * Call ssl_cipher_disabled() to check that it's enabled or not.
1633 * ssl_cipher_disabled - check that a cipher is disabled or not
1641 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) in ssl_cipher_disabled() function
2102 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) in tls12_sigalg_allowed()
H A Dssl_local.h2722 __owur int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int echde);
H A Dssl_lib.c2672 if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0)) { in STACK_OF()

Completed in 42 milliseconds