Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c826 !(c->algorithm_ssl & disabled_ssl)) { in ssl_cipher_collect_ciphers()
906 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl; in ssl_cipher_collect_aliases() local
924 if (algorithm_ssl) in ssl_cipher_collect_aliases()
925 if ((algorithm_ssl & mask_ssl) == 0) in ssl_cipher_collect_aliases()
997 cp->algorithm_enc, cp->algorithm_mac, cp->algorithm_ssl, in ssl_cipher_apply_rule()
1002 if (alg_ssl == ~SSL_SSLV2 && cp->algorithm_ssl == SSL_SSLV2) in ssl_cipher_apply_rule()
1012 if (alg_ssl && !(alg_ssl & cp->algorithm_ssl)) in ssl_cipher_apply_rule()
1320 if (ca_list[j]->algorithm_ssl) { in ssl_cipher_process_rulestr()
1322 alg_ssl &= ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
1328 alg_ssl = ca_list[j]->algorithm_ssl; in ssl_cipher_process_rulestr()
[all …]
H A Ds23_clnt.c269 if (cipher->algorithm_ssl == SSL_SSLV2) in ssl23_no_ssl2_ciphers()
H A Dssl.h407 unsigned long algorithm_ssl; /* (major) protocol version */ member
H A Ds3_lib.c3804 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_choose_cipher()
H A Dssl_lib.c1375 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl_cipher_list_to_bytes()
H A Ds3_clnt.c970 if ((c->algorithm_ssl & SSL_TLSV1_2) && in ssl3_get_server_hello()