Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/openssl/openssl/ssl/
Dssl_ciph.c845 !(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 …]
Dd1_srvr.c422 && !(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()
Ds3_clnt.c350 !(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()
Ds3_srvr.c192 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()
Dssl_lib.c1426 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()
Dt1_lib.c1710 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()
Dd1_clnt.c389 !(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()
Ds3_lib.c3971 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/
Dssl_ciph.c804 !(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 …]
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()
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()
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()
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()
Ds3_srvr.c192 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()
Dssl_lib.c1455 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()
Dd1_clnt.c389 !(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()
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.c3963 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()
Dt1_enc.c354 s->s3->tmp.new_cipher->algorithm_mkey, in tls1_change_cipher_state()
Dssl.h395 unsigned long algorithm_mkey; /* key exchange algorithm */ member
/external/chromium_org/third_party/openssl/patches.chromium/
D0009-stricter_cutthrough.patch48 + if (!c || (c->algorithm_mkey != SSL_kEDH &&
49 + c->algorithm_mkey != SSL_kEECDH))
/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)
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 …]
D0002-handshake_cutthrough.patch267 + if (!c || (c->algorithm_mkey != SSL_kEDH &&
268 + c->algorithm_mkey != SSL_kEECDH))
D0003-jsse.patch200 + switch (cipher->algorithm_mkey)
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java898 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/
Djsse.patch192 + switch (cipher->algorithm_mkey)
Dtls1_change_cipher_state_rewrite.patch102 - s->s3->tmp.new_cipher->algorithm_mkey,

12