Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/ssl/
HDssl_ciph.c854 !(c->algorithm_ssl & disabled_ssl)) { in ssl_cipher_collect_ciphers()
934 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local
952 if (algorithm_ssl) in ssl_cipher_collect_aliases()
953 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()
1025 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()
1040 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()
1353 if (ca_list[j]->algorithm_ssl) { in ssl_cipher_process_rulestr()
1355 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
1361 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
1694 alg_ssl = cipher->algorithm_ssl; in SSL_CIPHER_description()
HDs23_clnt.c272 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
HDt1_trce.c1195 if (c->algorithm_ssl & SSL_SSLV2) in SSL_CIPHER_standard_name()
HDs2_srvr.c696 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 || in get_client_hello()
HDssl.h430 unsigned long algorithm_ssl; /* (major) protocol version */ member
HDs3_lib.c4173 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s)) in ssl3_choose_cipher()
HDssl_lib.c1474 if (c->algorithm_ssl & ct->mask_ssl || in ssl_cipher_list_to_bytes()
HDs3_clnt.c1067 if (c->algorithm_ssl & ct->mask_ssl || in ssl3_get_server_hello()