Lines Matching full:ssl_cipher
167 #define SSL3_NUM_CIPHERS (sizeof(ssl3_ciphers)/sizeof(SSL_CIPHER))
170 OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
2959 const SSL_CIPHER *ssl3_get_cipher(unsigned int u)
3855 const SSL_CIPHER *ssl3_get_cipher_by_char(const unsigned char *p)
3857 SSL_CIPHER c;
3858 const SSL_CIPHER *cp;
3873 int ssl3_put_cipher_by_char(const SSL_CIPHER *c, unsigned char *p)
3887 SSL_CIPHER *ssl3_choose_cipher(SSL *s, STACK_OF(SSL_CIPHER) *clnt,
3888 STACK_OF(SSL_CIPHER) *srvr)
3890 SSL_CIPHER *c,*ret=NULL;
3891 STACK_OF(SSL_CIPHER) *prio, *allow;