Home
last modified time | relevance | path

Searched refs:SSL_C_IS_EXPORT (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
HDs3_clnt.c1620 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()
HDs3_srvr.c492 || (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()
HDd1_srvr.c520 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) in IMPLEMENT_dtls1_meth_func()
HDs3_enc.c239 is_exp = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in ssl3_change_cipher_state()
HDs2_clnt.c652 else if (SSL_C_IS_EXPORT(sess->cipher)) in client_master_key()
HDs2_srvr.c463 is_export = SSL_C_IS_EXPORT(s->session->cipher); in get_client_master_key()
HDssl_locl.h461 # define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) macro
HDt1_enc.c343 is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in tls1_change_cipher_state()
HDssl_ciph.c1698 is_export = SSL_C_IS_EXPORT(cipher); in SSL_CIPHER_description()
HDs3_lib.c4212 if (SSL_C_IS_EXPORT(c)) { in ssl3_choose_cipher()
HDssl_lib.c2485 if (SSL_C_IS_EXPORT(cs)) { in ssl_check_srvr_ecc_cert_and_alg()