Searched refs:pref_cipher (Results 1 - 2 of 2) sorted by relevance

/external/openssl/ssl/
H A Ds3_srvr.c1220 SSL_CIPHER *pref_cipher=NULL; local
1224 ciphers, &pref_cipher, s->tls_session_secret_cb_arg))
1233 pref_cipher=pref_cipher ? pref_cipher : ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers(s));
1234 if (pref_cipher == NULL)
1241 s->session->cipher=pref_cipher;
H A Ds3_clnt.c949 SSL_CIPHER *pref_cipher=NULL; local
953 NULL, &pref_cipher,
956 s->session->cipher = pref_cipher ?
957 pref_cipher : ssl_get_cipher_by_char(s, p+j);

Completed in 58 milliseconds