/external/openssl/ssl/ |
D | s23_lib.c | 111 if (c->algorithm_mkey == SSL_kECDHr || in ssl23_put_cipher_by_char() 112 c->algorithm_mkey == SSL_kECDHe || in ssl23_put_cipher_by_char() 113 c->algorithm_mkey == SSL_kEECDH || in ssl23_put_cipher_by_char()
|
D | ssl_ciph.c | 805 !(c->algorithm_mkey & disabled_mkey) && in ssl_cipher_collect_ciphers() 817 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers() 888 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local 894 if (algorithm_mkey) in ssl_cipher_collect_aliases() 895 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases() 980 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule() 983 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule() 1225 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr() 1229 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 1233 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() 1072 type=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_server_key_exchange() 1313 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in dtls1_send_server_key_exchange() 1598 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() 1038 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl3_get_server_hello() 1254 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1281 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1289 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate() 1442 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_key_exchange() 2467 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 3482 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
D | s3_srvr.c | 193 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 421 !(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() 532 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1486 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0) in ssl3_send_server_hello() 1647 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 2237 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange() 3441 (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() 1466 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl_cipher_list_to_bytes() 2406 alg_k = cs->algorithm_mkey; in ssl_check_srvr_ecc_cert_and_alg() 2479 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_server_send_pkey() 3493 if (!c || (c->algorithm_mkey != SSL_kEDH && in ssl3_can_cutthrough() 3494 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() 995 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 | 3968 alg_k=c->algorithm_mkey; in ssl3_choose_cipher() 4178 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 | 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | ssl_ciph.c | 451 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers() 580 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule() 586 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule() 877 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr() 881 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 885 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 1222 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description() 1387 switch (cipher->algorithm_mkey) { in SSL_CIPHER_get_kx_name() 1469 !(cipher->algorithm_mkey & SSL_kRSA)) in ssl_cipher_has_server_public_key() 1493 if (cipher->algorithm_mkey & SSL_kEDH || in ssl_cipher_requires_server_key_exchange() [all …]
|
D | d1_srvr.c | 357 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 419 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func()
|
D | s3_clnt.c | 927 c->algorithm_mkey & ct->mask_k || in ssl3_get_server_hello() 1228 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_server_key_exchange() 1891 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 2474 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
D | s3_srvr.c | 414 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1167 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0) in ssl3_send_server_hello() 1296 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 1778 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange()
|
D | t1_lib.c | 903 alg_k = c->algorithm_mkey; in ssl_add_clienthello_tlsext() 1204 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_add_serverhello_tlsext() 2175 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_check_serverhello_tlsext()
|
D | ssl_lib.c | 1513 c->algorithm_mkey & ct->mask_k || in ssl_cipher_list_to_bytes() 3252 if (!c || (c->algorithm_mkey != SSL_kEDH && in ssl3_can_cutthrough() 3253 c->algorithm_mkey != SSL_kEECDH)) in ssl3_can_cutthrough()
|
D | s3_lib.c | 1858 alg_k=c->algorithm_mkey; in ssl3_choose_cipher()
|
/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) 225 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; 643 - && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) 646 + !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA))) 652 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; 687 - type=s->s3->tmp.new_cipher->algorithm_mkey; 688 + alg_k=s->s3->tmp.new_cipher->algorithm_mkey; 787 - && !(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)
|
D | 0004-channelid.patch | 518 + (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0)
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | SSLParametersImpl.java | 940 int algorithm_mkey = NativeCrypto.get_SSL_CIPHER_algorithm_mkey(sslCipherNative); in getServerX509KeyType() local 942 switch (algorithm_mkey) { in getServerX509KeyType() 976 + "mkey: 0x" + Long.toHexString(algorithm_mkey & 0xffffffffL) in getServerX509KeyType()
|
/external/openssl/include/openssl/ |
D | ssl.h | 396 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 314 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|