Home
last modified time | relevance | path

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

/external/openssl/ssl/
Ds3_srvr.c1234 SSL_CIPHER *pref_cipher=NULL; in ssl3_get_client_hello() local
1238 ciphers, &pref_cipher, s->tls_session_secret_cb_arg)) in ssl3_get_client_hello()
1247pref_cipher=pref_cipher ? pref_cipher : ssl3_choose_cipher(s, s->session->ciphers, SSL_get_ciphers… in ssl3_get_client_hello()
1248 if (pref_cipher == NULL) in ssl3_get_client_hello()
1255 s->session->cipher=pref_cipher; in ssl3_get_client_hello()
Ds3_clnt.c967 SSL_CIPHER *pref_cipher=NULL; in ssl3_get_server_hello() local
971 NULL, &pref_cipher, in ssl3_get_server_hello()
974 s->session->cipher = pref_cipher ? in ssl3_get_server_hello()
975 pref_cipher : ssl_get_cipher_by_char(s, p+j); in ssl3_get_server_hello()