Searched refs:SSL_C_IS_EXPORT (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_srvr.c479 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
1069 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1098 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1158 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1207 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
H A Ds3_srvr.c488 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
1400 if (SSL_C_IS_EXPORT(c))
1629 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1658 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1717 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1765 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
H A Dt1_enc.c394 const char is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) != 0;
562 const char is_export = SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) != 0;
H A Ds2_clnt.c673 else if (SSL_C_IS_EXPORT(sess->cipher))
H A Ds2_srvr.c453 is_export=SSL_C_IS_EXPORT(s->session->cipher);
H A Ds3_enc.c232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
H A Dssl_locl.h448 #define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) macro
H A Ds3_clnt.c1731 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3340 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP))
H A Dssl_ciph.c1598 is_export=SSL_C_IS_EXPORT(cipher);
H A Ds3_lib.c3958 if (SSL_C_IS_EXPORT(c))
H A Dssl_lib.c2267 if (SSL_C_IS_EXPORT(cs))
/external/openssl/ssl/
H A Dd1_srvr.c479 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
1069 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1098 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1158 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1207 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
H A Ds3_srvr.c488 || (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher)
1400 if (SSL_C_IS_EXPORT(c))
1629 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1658 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1717 SSL_C_IS_EXPORT(s->s3->tmp.new_cipher),
1765 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
H A Ds2_clnt.c673 else if (SSL_C_IS_EXPORT(sess->cipher))
H A Ds2_srvr.c453 is_export=SSL_C_IS_EXPORT(s->session->cipher);
H A Ds3_enc.c232 is_exp=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
H A Dssl_locl.h433 #define SSL_C_IS_EXPORT(c) SSL_IS_EXPORT((c)->algo_strength) macro
H A Ds3_clnt.c1731 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) &&
3362 if (SSL_C_IS_EXPORT(s->s3->tmp.new_cipher) && !has_bits(i,EVP_PKT_EXP))
H A Dssl_ciph.c1555 is_export=SSL_C_IS_EXPORT(cipher);
H A Dt1_enc.c343 is_export=SSL_C_IS_EXPORT(s->s3->tmp.new_cipher);
H A Ds3_lib.c3913 if (SSL_C_IS_EXPORT(c))
H A Dssl_lib.c2354 if (SSL_C_IS_EXPORT(cs))

Completed in 515 milliseconds