| /external/chromium_org/third_party/openssl/openssl/ssl/ |
| D | ssl_ciph.c | 845 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers() 857 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers() 928 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local 934 if (algorithm_mkey) in ssl_cipher_collect_aliases() 935 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases() 1016 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule() 1019 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule() 1261 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr() 1265 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 1269 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() [all …]
|
| D | d1_srvr.c | 422 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 450 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_dtls1_meth_func() 516 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 1055 type=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_server_key_exchange() 1296 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in dtls1_send_server_key_exchange() 1581 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || in dtls1_send_server_certificate()
|
| D | s3_clnt.c | 350 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1257 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1284 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1292 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate() 1398 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) in ssl3_get_key_exchange() 1441 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_key_exchange() 2338 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 3266 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
| D | s3_srvr.c | 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 417 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) in IMPLEMENT_ssl3_meth_func() 445 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_ssl3_meth_func() 524 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1618 type=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 1880 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in ssl3_send_server_key_exchange() 2189 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange() 3371 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) in ssl3_send_server_certificate()
|
| D | ssl_lib.c | 1426 if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && in ssl_cipher_list_to_bytes() 1432 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) && in ssl_cipher_list_to_bytes() 2294 alg_k = cs->algorithm_mkey; in ssl_check_srvr_ecc_cert_and_alg() 2367 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_server_send_pkey() 3362 if (!c || (c->algorithm_mkey != SSL_kEDH && in ssl3_can_cutthrough() 3363 c->algorithm_mkey != SSL_kEECDH)) in ssl3_can_cutthrough()
|
| D | t1_lib.c | 1710 alg_k = c->algorithm_mkey; in ssl_prepare_clienthello_tlsext() 1796 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_prepare_serverhello_tlsext() 1989 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_check_serverhello_tlsext()
|
| D | d1_clnt.c | 389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 981 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_client_key_exchange()
|
| D | s3_lib.c | 3971 alg_k=c->algorithm_mkey; in ssl3_choose_cipher() 4174 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
|
| /external/openssl/ssl/ |
| D | ssl_ciph.c | 804 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers() 816 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers() 887 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local 893 if (algorithm_mkey) in ssl_cipher_collect_aliases() 894 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases() 975 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule() 978 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule() 1220 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr() 1224 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 1228 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() [all …]
|
| D | d1_srvr.c | 423 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 451 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_dtls1_meth_func() 517 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 1066 type=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_server_key_exchange() 1307 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in dtls1_send_server_key_exchange() 1592 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || in dtls1_send_server_certificate()
|
| D | s3_clnt.c | 339 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA))) in IMPLEMENT_ssl3_meth_func() 393 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1243 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1270 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1278 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate() 1429 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_key_exchange() 2335 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 3340 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
| D | s3_srvr.c | 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 420 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)) in IMPLEMENT_ssl3_meth_func() 448 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_ssl3_meth_func() 530 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1484 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0) in ssl3_send_server_hello() 1645 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 2235 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange() 3428 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) in ssl3_send_server_certificate()
|
| D | ssl_lib.c | 1455 if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && in ssl_cipher_list_to_bytes() 2399 alg_k = cs->algorithm_mkey; in ssl_check_srvr_ecc_cert_and_alg() 2472 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_server_send_pkey() 3486 if (!c || (c->algorithm_mkey != SSL_kEDH && in ssl3_can_cutthrough() 3487 c->algorithm_mkey != SSL_kEECDH)) in ssl3_can_cutthrough()
|
| D | d1_clnt.c | 389 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 989 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_client_key_exchange()
|
| D | t1_lib.c | 1994 alg_k = c->algorithm_mkey; in ssl_prepare_clienthello_tlsext() 2079 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_prepare_serverhello_tlsext() 2272 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_check_serverhello_tlsext()
|
| D | s3_lib.c | 3963 alg_k=c->algorithm_mkey; in ssl3_choose_cipher() 4173 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
|
| D | t1_enc.c | 354 s->s3->tmp.new_cipher->algorithm_mkey, in tls1_change_cipher_state()
|
| D | ssl.h | 395 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|
| /external/chromium_org/third_party/openssl/patches.chromium/ |
| D | 0009-stricter_cutthrough.patch | 48 + if (!c || (c->algorithm_mkey != SSL_kEDH && 49 + c->algorithm_mkey != SSL_kEECDH))
|
| /external/openssl/patches/ |
| D | 0011-ecdhe_psk.patch | 29 - !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) 31 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA))) 39 - if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) 213 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; 619 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) 622 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA)) 629 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; 664 - type=s->s3->tmp.new_cipher->algorithm_mkey; 665 + alg_k=s->s3->tmp.new_cipher->algorithm_mkey; 764 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) [all …]
|
| D | 0002-handshake_cutthrough.patch | 267 + if (!c || (c->algorithm_mkey != SSL_kEDH && 268 + c->algorithm_mkey != SSL_kEECDH))
|
| D | 0003-jsse.patch | 200 + switch (cipher->algorithm_mkey)
|
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | SSLParametersImpl.java | 898 int algorithm_mkey = NativeCrypto.get_SSL_CIPHER_algorithm_mkey(sslCipherNative); in getServerX509KeyType() local 900 switch (algorithm_mkey) { in getServerX509KeyType() 934 + "mkey: 0x" + Long.toHexString(algorithm_mkey & 0xffffffffL) in getServerX509KeyType()
|
| /external/chromium_org/third_party/openssl/openssl/patches/ |
| D | jsse.patch | 192 + switch (cipher->algorithm_mkey)
|
| D | tls1_change_cipher_state_rewrite.patch | 102 - s->s3->tmp.new_cipher->algorithm_mkey,
|