Home | History | Annotate | Download | only in ssl

Lines Matching refs:cipher

120  * ECC cipher suite support in OpenSSL originally written by
473 * message only if the cipher suite is either
779 s->session->cipher=s->s3->tmp.new_cipher;
1125 /* we need a cipher if we are not resuming a session */
1144 /* If it is a hit, check that the cipher is in the list */
1148 id=s->session->cipher->id;
1172 /* Special case as client bug workaround: the previously used cipher may
1174 * continue using a cipher that before wasn't chosen due to server
1175 * preferences. We'll have to reject the connection if the cipher is not
1180 s->session->cipher = c;
1187 /* we need to have the cipher in the cipher
1263 /* check if some cipher was preferred by call back */
1272 s->session->cipher=pref_cipher;
1371 * pick a cipher */
1425 s->s3->tmp.new_cipher=s->session->cipher;
1429 s->s3->tmp.new_cipher=s->session->cipher;
1449 * s->tmp.new_cipher - the new cipher to use.
1543 /* put the cipher */
2663 * (Perhaps we should have a separate BUG value for the Kerberos cipher)
3527 /* Initialize HMAC and cipher contexts. If callback present