Lines Matching refs:new_cipher
325 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
387 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)
395 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP)
400 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) {
609 if (!(s->s3.tmp.new_cipher->algorithm_auth &
751 s->session->cipher = s->s3.tmp.new_cipher;
752 } else if (s->session->cipher != s->s3.tmp.new_cipher) {
1250 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
1746 && (s->s3.tmp.new_cipher == NULL
1747 || s->s3.tmp.new_cipher->id != cipher->id)) {
1755 s->s3.tmp.new_cipher = cipher;
2224 s->s3.tmp.new_cipher = cipher;
2235 ((s->s3.tmp.new_cipher->algorithm_mkey
2243 s->s3.tmp.new_cipher = s->session->cipher;
2255 * s->s3.tmp.new_cipher - the new cipher to use.
2369 || !s->method->put_cipher_by_char(s->s3.tmp.new_cipher, pkt, &len)
2445 type = s->s3.tmp.new_cipher->algorithm_mkey;
2570 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0)
2571 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) {
3114 alg_a = s->s3.tmp.new_cipher->algorithm_auth;
3285 alg_k = s->s3.tmp.new_cipher->algorithm_mkey;