• Home
  • Raw
  • Download

Lines Matching refs:alg_k

220 	unsigned long alg_k,Time=(unsigned long)time(NULL);  in IMPLEMENT_ssl3_meth_func()  local
448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_ssl3_meth_func()
455 && !(alg_k & SSL_kKRB5) in IMPLEMENT_ssl3_meth_func()
484 || ((alg_a & SSL_aPSK) && ((alg_k & SSL_kEECDH) || s->session->psk_identity_hint)) in IMPLEMENT_ssl3_meth_func()
488 || (alg_k & SSL_kSRP) in IMPLEMENT_ssl3_meth_func()
490 || (alg_k & (SSL_kDHr|SSL_kDHd|SSL_kEDH)) in IMPLEMENT_ssl3_meth_func()
491 || (alg_k & SSL_kEECDH) in IMPLEMENT_ssl3_meth_func()
492 || ((alg_k & SSL_kRSA) in IMPLEMENT_ssl3_meth_func()
1635 unsigned long alg_k; in ssl3_send_server_key_exchange() local
1647 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange()
1668 if (alg_k & SSL_kRSA) in ssl3_send_server_key_exchange()
1697 else if (alg_k & SSL_kEDH) in ssl3_send_server_key_exchange()
1752 else if (alg_k & SSL_kEECDH) in ssl3_send_server_key_exchange()
1877 else if (alg_k & SSL_kSRP) in ssl3_send_server_key_exchange()
1893 else if (!(alg_k & SSL_kPSK)) in ssl3_send_server_key_exchange()
1903 if ((i == 2) && (alg_k & SSL_kSRP)) in ssl3_send_server_key_exchange()
1912 && !((alg_a & SSL_aPSK) && !(alg_k & SSL_kRSA))) in ssl3_send_server_key_exchange()
1939 if ((i == 2) && (alg_k & SSL_kSRP)) in ssl3_send_server_key_exchange()
1968 if (alg_k & SSL_kEECDH) in ssl3_send_server_key_exchange()
2201 unsigned long alg_k; in ssl3_get_client_key_exchange() local
2237 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange()
2252 if (n != i+2 && !(alg_k & SSL_kEECDH)) in ssl3_get_client_key_exchange()
2291 if (!(alg_k & SSL_kEECDH)) in ssl3_get_client_key_exchange()
2328 if (alg_k & SSL_kRSA) in ssl3_get_client_key_exchange()
2444 else if (alg_k & (SSL_kEDH|SSL_kDHr|SSL_kDHd)) in ssl3_get_client_key_exchange()
2507 else if (alg_k & SSL_kKRB5) in ssl3_get_client_key_exchange()
2698 else if (alg_k & (SSL_kEECDH|SSL_kECDHr|SSL_kECDHe)) in ssl3_get_client_key_exchange()
2720 if (alg_k & (SSL_kECDHr|SSL_kECDHe)) in ssl3_get_client_key_exchange()
2756 if (alg_k & SSL_kEECDH) in ssl3_get_client_key_exchange()
2887 else if (alg_k & SSL_kSRP) in ssl3_get_client_key_exchange()
2923 else if (alg_k & SSL_kGOST) in ssl3_get_client_key_exchange()
2985 else if (!(alg_k & SSL_kPSK)) in ssl3_get_client_key_exchange()