• 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

343                  new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP))
344 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) {
400 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) {
485 s->session->cipher = s->s3->tmp.new_cipher;
1098 s->s3->tmp.new_cipher = c;
1194 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) &&
1252 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1253 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1285 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) &&
1286 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5))
1293 s->s3->tmp.new_cipher->name,
1294 s->s3->tmp.new_cipher->algorithm_mkey,
1295 s->s3->tmp.new_cipher->algorithm_auth, need_cert);
1316 int exp_idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
1402 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
1458 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
1609 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) {
1669 if (EVP_PKEY_bits(pkey) <= SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
1846 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
2090 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) {
2482 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3375 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3500 alg_k = s->s3->tmp.new_cipher->algorithm_mkey;
3501 alg_a = s->s3->tmp.new_cipher->algorithm_auth;
3560 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3565 } else if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) {
3566 if (pkey_bits <= SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3615 if ((!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && dh_size < 1024)
3616 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && dh_size < 512)) {
3623 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3624 pkey_bits > SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3632 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {
3644 SSL_C_EXPORT_PKEYLENGTH(s->s3->tmp.new_cipher)) {