Lines Matching refs:new_cipher
50 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL))
51 || (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK)))
66 long alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
279 } else if (!(s->s3.tmp.new_cipher->algorithm_auth
289 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)
321 if (ske_expected || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)
796 s->session->cipher = s->s3.tmp.new_cipher;
1333 if (SSL_IS_TLS13(s) && s->s3.tmp.new_cipher != NULL
1334 && s->s3.tmp.new_cipher->id != c->id) {
1371 s->s3.tmp.new_cipher = c;
1919 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) {
2015 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS))
2103 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS))
2168 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA)
2170 else if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aRSA)
2187 alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
2313 if (!(s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
2732 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
3026 if ((s->s3.tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0)
3125 if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_MAGMA) != 0)
3127 else if ((s->s3.tmp.new_cipher->algorithm_enc & SSL_KUZNYECHIK) != 0)
3286 alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
3342 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
3351 if (pms == NULL && !(s->s3.tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
3544 alg_k = s->s3.tmp.new_cipher->algorithm_mkey;
3545 alg_a = s->s3.tmp.new_cipher->algorithm_auth;