Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_get_ciphers

1404 /* SSL_get_ciphers returns the cipher list for |ssl|, in order of preference. */
1405 OPENSSL_EXPORT STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl);
3720 * |SSL_get_ciphers| or NULL if out of range. Use |SSL_get_ciphers| instead. */