Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_CIPHER

367 typedef struct ssl_cipher_st SSL_CIPHER;
370 DECLARE_STACK_OF(SSL_CIPHER)
382 typedef int (*tls_session_secret_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **cipher, void *arg);
431 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
432 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
435 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
519 const SSL_CIPHER *cipher;
524 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
812 STACK_OF(SSL_CIPHER) *cipher_list;
814 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1289 STACK_OF(SSL_CIPHER) *cipher_list;
1290 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1823 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1824 int SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits);
1825 char * SSL_CIPHER_get_version(const SSL_CIPHER *c);
1826 const char * SSL_CIPHER_get_name(const SSL_CIPHER *c);
1827 unsigned long SSL_CIPHER_get_id(const SSL_CIPHER *c);
1828 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER* cipher);
1849 int SSL_set_cipher_lists(SSL *s, STACK_OF(SSL_CIPHER) *sk);
2042 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
2071 char *SSL_CIPHER_description(const SSL_CIPHER *,char *buf,int size);