Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dd1_srvr.c480 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) in IMPLEMENT_dtls1_meth_func()
1086 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in dtls1_send_server_key_exchange()
1115 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in dtls1_send_server_key_exchange()
1175 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in dtls1_send_server_key_exchange()
1224 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in dtls1_send_server_key_exchange()
Ds3_srvr.c494 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) in IMPLEMENT_ssl3_meth_func()
1417 if (SSL_C_IS_EXPORT(c)) in ssl3_get_client_hello()
1674 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in ssl3_send_server_key_exchange()
1702 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in ssl3_send_server_key_exchange()
1760 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher), in ssl3_send_server_key_exchange()
1808 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_send_server_key_exchange()
Ds3_enc.c232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in ssl3_change_cipher_state()
Ds2_clnt.c673 else if (SSL_C_IS_EXPORT(sess->cipher)) in client_master_key()
Ds2_srvr.c453 is_export=SSL_C_IS_EXPORT(s->session->cipher); in get_client_master_key()
Dssl_locl.h434 #define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) macro
Dt1_enc.c343 is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher); in tls1_change_cipher_state()
Dssl_ciph.c1560 is_export=SSL_C_IS_EXPORT(cipher); in SSL_CIPHER_description()
Ds3_clnt.c1857 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && in ssl3_get_key_exchange()
3568 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP)) in ssl3_check_cert_and_algorithm()
Ds3_lib.c3984 if (SSL_C_IS_EXPORT(c)) in ssl3_choose_cipher()
Dssl_lib.c2409 if (SSL_C_IS_EXPORT(cs)) in ssl_check_srvr_ecc_cert_and_alg()