Home
last modified time | relevance | path

Searched refs:algorithm_ssl (Results 1 – 7 of 7) sorted by relevance

/external/openssl/ssl/
Dssl_ciph.c807 !(c->algorithm_ssl & disabled_ssl)) in ssl_cipher_collect_ciphers()
890 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local
908 if (algorithm_ssl) in ssl_cipher_collect_aliases()
909 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()
974 …m_mkey, cp->algorithm_auth, cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, cp->algo_stre… in ssl_cipher_apply_rule()
985 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()
1297 if (ca_list[j]->algorithm_ssl) in ssl_cipher_process_rulestr()
1301 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
1305 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
1550 alg_ssl = cipher->algorithm_ssl; in SSL_CIPHER_description()
Ds23_clnt.c266 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
Dssl.h399 unsigned long algorithm_ssl; /* (major) protocol version */ member
Ds3_lib.c3810 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_choose_cipher()
Dssl_lib.c1416 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()
Ds3_clnt.c1007 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()
/external/openssl/include/openssl/
Dssl.h399 unsigned long algorithm_ssl; /* (major) protocol version */ member