Home
last modified time | relevance | path

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

12

/external/openssl/ssl/
Ds23_lib.c111 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()
Dssl_ciph.c805 !(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 …]
Dd1_srvr.c423 && !(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()
Ds3_clnt.c339 !(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()
Ds3_srvr.c193 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()
Dssl_lib.c1455 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()
Dd1_clnt.c389 !(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()
Dt1_lib.c1994 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()
Ds3_lib.c3968 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()
Dt1_enc.c354 s->s3->tmp.new_cipher->algorithm_mkey, in tls1_change_cipher_state()
Dssl.h396 unsigned long algorithm_mkey; /* key exchange algorithm */ member
/external/chromium_org/third_party/boringssl/src/ssl/
Dssl_ciph.c451 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 …]
Dd1_srvr.c357 && !(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()
Ds3_clnt.c927 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()
Ds3_srvr.c414 (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()
Dt1_lib.c903 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()
Dssl_lib.c1513 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()
Ds3_lib.c1858 alg_k=c->algorithm_mkey; in ssl3_choose_cipher()
/external/openssl/patches/
D0011-ecdhe_psk.patch29 - !(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 …]
D0002-handshake_cutthrough.patch267 + if (!c || (c->algorithm_mkey != SSL_kEDH &&
268 + c->algorithm_mkey != SSL_kEECDH))
D0003-jsse.patch200 + switch (cipher->algorithm_mkey)
D0004-channelid.patch518 + (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kEECDH) == 0)
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java940 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/
Dssl.h396 unsigned long algorithm_mkey; /* key exchange algorithm */ member
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl.h314 unsigned long algorithm_mkey; /* key exchange algorithm */ member

12