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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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.c269 if (cipher->algorithm_ssl == SSL_SSLV2)
H A Ds2_srvr.c699 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 ||
H A Dt1_trce.c1191 if (c->algorithm_ssl & SSL_SSLV2)
H A Ds3_lib.c4137 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s))
H A Dssl.h430 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
H A Ds3_clnt.c1062 if (c->algorithm_ssl & ct->mask_ssl ||
H A Dssl_lib.c1465 if (c->algorithm_ssl & ct->mask_ssl ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.c269 if (cipher->algorithm_ssl == SSL_SSLV2)
H A Ds2_srvr.c699 if ((cp->algorithm_ssl & SSL_SSLV2) == 0 ||
H A Dt1_trce.c1191 if (c->algorithm_ssl & SSL_SSLV2)
H A Ds3_lib.c4137 if ((c->algorithm_ssl & SSL_TLSV1_2) && !SSL_USE_TLS1_2_CIPHERS(s))
H A Dssl.h430 unsigned long algorithm_ssl; /* (major) protocol version */ member in struct:ssl_cipher_st
H A Ds3_clnt.c1062 if (c->algorithm_ssl & ct->mask_ssl ||
H A Dssl_lib.c1465 if (c->algorithm_ssl & ct->mask_ssl ||

Completed in 137 milliseconds