Lines Matching refs:SSL_CIPHER
368 typedef struct ssl_cipher_st SSL_CIPHER; typedef
371 DECLARE_STACK_OF(SSL_CIPHER)
383 …et_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **…
432 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
433 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
436 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
520 const SSL_CIPHER *cipher;
525 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);