Home
last modified time | relevance | path

Searched refs:algorithm_auth (Results 1 – 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/openssl/openssl/ssl/
Dssl_ciph.c846 !(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 …]
Dd1_srvr.c421 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()
Ds3_clnt.c349 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()
Ds3_srvr.c416 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()
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()
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()
Dt1_lib.c1711 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()
Dd1_clnt.c388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member
/external/openssl/ssl/
Dssl_ciph.c805 !(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 …]
Ds3_clnt.c337 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 …]
Dd1_srvr.c422 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()
Ds3_srvr.c417 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()
Dssl_lib.c1455 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()
Dt1_lib.c1995 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()
Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_auth, in tls1_change_cipher_state()
Dd1_clnt.c388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dssl.h396 unsigned long algorithm_auth; /* server authentication */ member
/external/openssl/patches/
D0011-ecdhe_psk.patch28 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 …]
D0003-jsse.patch209 + switch (cipher->algorithm_auth)
227 + switch (cipher->algorithm_auth)
D0007-tls12_digests.patch147 alg_a = cipher->algorithm_auth;
D0013-tls_psk_hint.patch126 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)
/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java899 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/
Djsse.patch201 + switch (cipher->algorithm_auth)
219 + switch (cipher->algorithm_auth)
Dtls1_change_cipher_state_rewrite.patch103 - s->s3->tmp.new_cipher->algorithm_auth,
/external/chromium_org/third_party/openssl/openssl/include/openssl/
Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member

12