Lines Matching refs:SSL_CIPHER
378 } SSL_CIPHER; typedef
380 DECLARE_STACK_OF(SSL_CIPHER)
383 …et_cb_fn)(SSL *s, void *secret, int *secret_len, STACK_OF(SSL_CIPHER) *peer_ciphers, SSL_CIPHER **…
408 const SSL_CIPHER *(*get_cipher_by_char)(const unsigned char *ptr);
409 int (*put_cipher_by_char)(const SSL_CIPHER *cipher,unsigned char *ptr);
412 const SSL_CIPHER *(*get_cipher)(unsigned ncipher);
490 const SSL_CIPHER *cipher;
495 STACK_OF(SSL_CIPHER) *ciphers; /* shared ciphers? */
696 STACK_OF(SSL_CIPHER) *cipher_list;
698 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1100 STACK_OF(SSL_CIPHER) *cipher_list;
1101 STACK_OF(SSL_CIPHER) *cipher_list_by_id;
1548 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
1549 int SSL_CIPHER_get_bits(const SSL_CIPHER *c,int *alg_bits);
1550 char * SSL_CIPHER_get_version(const SSL_CIPHER *c);
1551 const char * SSL_CIPHER_get_name(const SSL_CIPHER *c);
1552 const char * SSL_CIPHER_authentication_method(const SSL_CIPHER *c);
1573 int SSL_set_cipher_lists(SSL *s, STACK_OF(SSL_CIPHER) *sk);
1729 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
1757 char *SSL_CIPHER_description(const SSL_CIPHER *,char *buf,int size);