• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/

Lines Matching refs:new_cipher

195     if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) &&
425 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 |
427 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
451 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
483 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
486 8 > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)
516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) &&
526 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) ||
528 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP)
533 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
775 s->session->cipher = s->s3->tmp.new_cipher;
1420 s->s3->tmp.new_cipher = c;
1438 s->s3->tmp.new_cipher = nc;
1440 s->s3->tmp.new_cipher = ec;
1442 s->s3->tmp.new_cipher = s->session->cipher;
1445 s->s3->tmp.new_cipher = s->session->cipher;
1462 * s->tmp.new_cipher - the new cipher to use.
1544 i = ssl3_put_cipher_by_char(s->s3->tmp.new_cipher, p);
1626 type = s->s3->tmp.new_cipher->algorithm_mkey;
1639 tmp.new_cipher),
1641 tmp.new_cipher));
1668 tmp.new_cipher),
1670 tmp.new_cipher));
1712 tmp.new_cipher),
1714 s3->tmp.new_cipher));
1759 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
1867 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
1868 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
1869 if ((pkey = ssl_get_sign_pkey(s, s->s3->tmp.new_cipher, &md))
2160 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
2864 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3324 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) ||
3325 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) {