Searched refs:SSL_C_IS_EXPORT (Results 1 – 11 of 11) sorted by relevance
1620 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) { in ssl3_get_key_exchange()1880 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_get_key_exchange()3584 if (!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_check_cert_and_algorithm()3589 } else if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)) { in ssl3_check_cert_and_algorithm()3639 if ((!SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && dh_size < 1024) in ssl3_check_cert_and_algorithm()3640 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && dh_size < 512)) { in ssl3_check_cert_and_algorithm()3647 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_check_cert_and_algorithm()
492 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) in ssl3_accept()1444 if (SSL_C_IS_EXPORT(c)) in ssl3_get_client_hello()1651 SSL_C_IS_EXPORT(s->s3-> in ssl3_send_server_key_exchange()1680 SSL_C_IS_EXPORT(s->s3-> in ssl3_send_server_key_exchange()1730 SSL_C_IS_EXPORT(s->s3-> in ssl3_send_server_key_exchange()1768 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_send_server_key_exchange()
520 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) in IMPLEMENT_dtls1_meth_func()
239 is_exp = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in ssl3_change_cipher_state()
652 else if (SSL_C_IS_EXPORT(sess->cipher)) in client_master_key()
463 is_export = SSL_C_IS_EXPORT(s->session->cipher); in get_client_master_key()
461 # define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) macro
343 is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in tls1_change_cipher_state()
1698 is_export = SSL_C_IS_EXPORT(cipher); in SSL_CIPHER_description()
4212 if (SSL_C_IS_EXPORT(c)) { in ssl3_choose_cipher()
2485 if (SSL_C_IS_EXPORT(cs)) { in ssl_check_srvr_ecc_cert_and_alg()