Home
last modified time | relevance | path

Searched refs:algorithm_mkey (Results 1 – 11 of 11) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Ds23_lib.c113 if (c->algorithm_mkey == SSL_kECDHr || in ssl23_put_cipher_by_char()
114 c->algorithm_mkey == SSL_kECDHe || in ssl23_put_cipher_by_char()
115 c->algorithm_mkey == SSL_kEECDH || in ssl23_put_cipher_by_char()
H A Dssl_ciph.c822 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers()
834 c->algorithm_mkey, c->algorithm_auth); in ssl_cipher_collect_ciphers()
902 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
908 if (algorithm_mkey) in ssl_cipher_collect_aliases()
909 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
996 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
1004 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1236 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1238 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1244 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
[all …]
H A Dd1_srvr.c432 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in IMPLEMENT_dtls1_meth_func()
457 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_dtls1_meth_func()
530 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in IMPLEMENT_dtls1_meth_func()
1101 type = s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_server_key_exchange()
1331 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in dtls1_send_server_key_exchange()
1606 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || in dtls1_send_server_certificate()
H A Ds3_clnt.c344 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in IMPLEMENT_ssl3_meth_func()
400 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in IMPLEMENT_ssl3_meth_func()
977 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl3_get_server_hello()
1179 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate()
1212 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate()
1221 s->s3->tmp.new_cipher->algorithm_mkey, in ssl3_get_server_certificate()
1322 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_key_exchange()
2327 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange()
3267 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
H A Ds3_srvr.c195 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in IMPLEMENT_ssl3_meth_func()
428 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in ssl3_accept()
452 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_accept()
534 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in ssl3_accept()
1672 type = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange()
1918 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in ssl3_send_server_key_exchange()
2216 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange()
3338 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) { in ssl3_send_server_certificate()
H A Dssl_lib.c1379 if (((c->algorithm_mkey & SSL_kKRB5) in ssl_cipher_list_to_bytes()
1385 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) in ssl_cipher_list_to_bytes()
1390 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) in ssl_cipher_list_to_bytes()
2261 alg_k = cs->algorithm_mkey; in ssl_check_srvr_ecc_cert_and_alg()
2330 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_server_send_pkey()
H A Dt1_lib.c1709 alg_k = c->algorithm_mkey; in ssl_prepare_clienthello_tlsext()
1810 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_prepare_serverhello_tlsext()
2019 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_check_serverhello_tlsext()
H A Dd1_clnt.c389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in IMPLEMENT_dtls1_meth_func()
986 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_client_key_exchange()
H A Ds3_lib.c3829 alg_k = c->algorithm_mkey; in ssl3_choose_cipher()
4076 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
H A Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_mkey, in tls1_change_cipher_state()
H A Dssl.h403 unsigned long algorithm_mkey; /* key exchange algorithm */ member