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

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_srvr.c1269 SSL_CIPHER *pref_cipher = NULL; local
1274 &pref_cipher,
1283 pref_cipher =
1284 pref_cipher ? pref_cipher : ssl3_choose_cipher(s,
1289 if (pref_cipher == NULL) {
1295 s->session->cipher = pref_cipher;
H A Ds3_clnt.c1007 SSL_CIPHER *pref_cipher = NULL; local
1011 NULL, &pref_cipher,
1013 s->session->cipher = pref_cipher ?
1014 pref_cipher : ssl_get_cipher_by_char(s, p + j);

Completed in 63 milliseconds