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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_ciph.c854 !(c->algorithm_ssl & disabled_ssl)) {
934 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; local
952 if (algorithm_ssl)
953 if ((algorithm_ssl & mask_ssl) == 0)
1025 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl,
1040 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl))
1353 if (ca_list[j]->algorithm_ssl) {
1355 alg_ssl &= ca_list[j]->algorithm_ssl;
1361 alg_ssl = ca_list[j]->algorithm_ssl;
[all...]
H A Ds23_clnt.c272 if (cipher->algorithm_ssl == SSL_SSLV2)
H A Ds2_srvr.c696 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 ||
H A Dt1_trce.c1195 if (c->algorithm_ssl & SSL_SSLV2)
H A Dssl.h430 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
H A Ds3_lib.c4173 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s))
H A Dssl_lib.c1474 if (c->algorithm_ssl & ct->mask_ssl ||
H A Ds3_clnt.c1067 if (c->algorithm_ssl & ct->mask_ssl ||

Completed in 375 milliseconds