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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c1259 SSL_CIPHER *pref_cipher = NULL; local
1264 &pref_cipher,
1273 pref_cipher =
1274 pref_cipher ? pref_cipher : ssl3_choose_cipher(s,
1279 if (pref_cipher == NULL) {
1285 s->session->cipher = pref_cipher;
H A Ds3_clnt.c1002 SSL_CIPHER *pref_cipher = NULL; local
1006 NULL, &pref_cipher,
1008 s->session->cipher = pref_cipher ?
1009 pref_cipher : ssl_get_cipher_by_char(s, p + j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c1259 SSL_CIPHER *pref_cipher = NULL; local
1264 &pref_cipher,
1273 pref_cipher =
1274 pref_cipher ? pref_cipher : ssl3_choose_cipher(s,
1279 if (pref_cipher == NULL) {
1285 s->session->cipher = pref_cipher;
H A Ds3_clnt.c1002 SSL_CIPHER *pref_cipher = NULL; local
1006 NULL, &pref_cipher,
1008 s->session->cipher = pref_cipher ?
1009 pref_cipher : ssl_get_cipher_by_char(s, p + j);

Completed in 110 milliseconds