Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_get_ciphers

1273 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1309 /** The old interface to get the same thing as SSL_get_ciphers() */
1316 sk=SSL_get_ciphers(s);