Lines Matching refs:cipher
120 * ECC cipher suite support in OpenSSL originally written by
473 * message only if the cipher suite is either
777 s->session->cipher=s->s3->tmp.new_cipher;
1123 /* we need a cipher if we are not resuming a session */
1142 /* If it is a hit, check that the cipher is in the list */
1146 id=s->session->cipher->id;
1170 /* Special case as client bug workaround: the previously used cipher may
1172 * continue using a cipher that before wasn't chosen due to server
1173 * preferences. We'll have to reject the connection if the cipher is not
1178 s->session->cipher = c;
1185 /* we need to have the cipher in the cipher
1261 /* check if some cipher was preferred by call back */
1270 s->session->cipher=pref_cipher;
1369 * pick a cipher */
1423 s->s3->tmp.new_cipher=s->session->cipher;
1427 s->s3->tmp.new_cipher=s->session->cipher;
1447 * s->tmp.new_cipher - the new cipher to use.
1541 /* put the cipher */
2650 * (Perhaps we should have a separate BUG value for the Kerberos cipher)
3514 /* Initialize HMAC and cipher contexts. If callback present