HomeSort by: relevance | last modified time | path
    Searched defs:ssl_cipher_disabled (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 1627 * Call ssl_cipher_disabled() to check that it's enabled or not.
1654 * ssl_cipher_disabled - check that a cipher is disabled or not
1662 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) function
2123 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0))
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 1178 * Call ssl_cipher_disabled() to check that it's enabled or not.
1205 * ssl_cipher_disabled - check that a cipher is disabled or not
1213 int ssl_cipher_disabled(const SSL *s, const SSL_CIPHER *c, int op, int ecdhe) function
1643 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0))
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 2854 * Call ssl_cipher_disabled() to check that it's enabled or not.
2882 * ssl_cipher_disabled - check that a cipher is disabled or not
2890 int ssl_cipher_disabled(const SSL_CONNECTION *s, const SSL_CIPHER *c, function
3377 if (ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED, 0))

Completed in 28 milliseconds