| /external/chromium_org/third_party/openssl/openssl/ssl/ |
| D | ssl_ciph.c | 846 !(c->algorithm_auth & disabled_auth) && 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() 929 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local 938 if (algorithm_auth) in ssl_cipher_collect_aliases() 939 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases() 1016 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule() 1021 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule() 1272 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr() 1276 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 1280 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() [all …]
|
| D | d1_srvr.c | 421 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func() 508 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func() 513 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_dtls1_meth_func() 1295 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange() 1582 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) in dtls1_send_server_certificate()
|
| D | s3_clnt.c | 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 1192 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate() 1258 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate() 1285 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) 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() 1442 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange() 1999 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request() 3267 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
|
| D | s3_srvr.c | 416 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func() 418 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in IMPLEMENT_ssl3_meth_func() 516 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 521 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_ssl3_meth_func() 1879 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange() 2853 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange() 3370 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || 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() 2295 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg() 2368 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_pkey() 2435 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
|
| D | t1_lib.c | 1711 alg_a = c->algorithm_auth; in ssl_prepare_clienthello_tlsext() 1797 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_prepare_serverhello_tlsext() 1990 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
|
| D | d1_clnt.c | 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
|
| D | ssl.h | 397 unsigned long algorithm_auth; /* server authentication */ member
|
| /external/openssl/ssl/ |
| D | ssl_ciph.c | 805 !(c->algorithm_auth & disabled_auth) && 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() 888 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local 897 if (algorithm_auth) in ssl_cipher_collect_aliases() 898 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases() 975 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule() 980 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule() 1231 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr() 1235 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 1239 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() [all …]
|
| D | s3_clnt.c | 337 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func() 1178 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate() 1244 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate() 1271 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) 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() 1384 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange() 1430 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange() 1990 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request() 2336 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_client_key_exchange() [all …]
|
| D | d1_srvr.c | 422 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func() 509 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func() 514 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_dtls1_meth_func() 1306 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange() 1593 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) in dtls1_send_server_certificate()
|
| D | s3_srvr.c | 417 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func() 419 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK && in IMPLEMENT_ssl3_meth_func() 421 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in IMPLEMENT_ssl3_meth_func() 449 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in IMPLEMENT_ssl3_meth_func() 522 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 527 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_ssl3_meth_func() 1646 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_server_key_exchange() 2236 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange() 2922 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange() 3427 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || 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() 1461 if ((c->algorithm_auth & SSL_aPSK) && in ssl_cipher_list_to_bytes() 2400 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg() 2473 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_pkey() 2539 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
|
| D | t1_lib.c | 1995 alg_a = c->algorithm_auth; in ssl_prepare_clienthello_tlsext() 2080 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_prepare_serverhello_tlsext() 2273 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
|
| D | t1_enc.c | 355 s->s3->tmp.new_cipher->algorithm_auth, in tls1_change_cipher_state()
|
| D | d1_clnt.c | 388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
|
| D | ssl.h | 396 unsigned long algorithm_auth; /* server authentication */ member
|
| /external/openssl/patches/ |
| D | 0011-ecdhe_psk.patch | 28 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && 30 + !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && 40 + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) 214 + alg_a=s->s3->tmp.new_cipher->algorithm_auth; 523 alg_a=s->s3->tmp.new_cipher->algorithm_auth; 618 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) 621 + && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK && 623 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) 630 + alg_a = s->s3->tmp.new_cipher->algorithm_auth; 666 + alg_a=s->s3->tmp.new_cipher->algorithm_auth; [all …]
|
| D | 0003-jsse.patch | 209 + switch (cipher->algorithm_auth) 227 + switch (cipher->algorithm_auth)
|
| D | 0007-tls12_digests.patch | 147 alg_a = cipher->algorithm_auth;
|
| D | 0013-tls_psk_hint.patch | 126 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)
|
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | SSLParametersImpl.java | 899 int algorithm_auth = NativeCrypto.get_SSL_CIPHER_algorithm_auth(sslCipherNative); in getServerX509KeyType() local 904 switch (algorithm_auth) { in getServerX509KeyType() 918 switch (algorithm_auth) { in getServerX509KeyType() 935 + ", auth: 0x" + Long.toHexString(algorithm_auth & 0xffffffffL)); in getServerX509KeyType()
|
| /external/chromium_org/third_party/openssl/openssl/patches/ |
| D | jsse.patch | 201 + switch (cipher->algorithm_auth) 219 + switch (cipher->algorithm_auth)
|
| D | tls1_change_cipher_state_rewrite.patch | 103 - s->s3->tmp.new_cipher->algorithm_auth,
|
| /external/chromium_org/third_party/openssl/openssl/include/openssl/ |
| D | ssl.h | 397 unsigned long algorithm_auth; /* server authentication */ member
|