Home
last modified time | relevance | path

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

12

/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 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule()
588 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
888 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr()
892 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
896 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1223 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
1391 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1400 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1450 unsigned long alg_a = c->algorithm_auth; in ssl_cipher_get_cert_index()
[all …]
Dd1_srvr.c356 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func()
377 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in IMPLEMENT_dtls1_meth_func()
413 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Ds3_clnt.c928 c->algorithm_auth & ct->mask_a) in ssl3_get_server_hello()
1183 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_server_key_exchange()
1229 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_server_key_exchange()
1630 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
1892 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_client_key_exchange()
2475 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
Ds3_srvr.c370 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in IMPLEMENT_ssl3_meth_func()
408 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1297 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_server_key_exchange()
1779 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange()
Dt1_lib.c904 alg_a = c->algorithm_auth; in ssl_add_clienthello_tlsext()
1205 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_add_serverhello_tlsext()
2176 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
Dssl_lib.c1514 c->algorithm_auth & ct->mask_a) in ssl_cipher_list_to_bytes()
2263 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()
2329 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
Ds3_lib.c1859 alg_a=c->algorithm_auth; in ssl3_choose_cipher()
/external/openssl/ssl/
Ds23_lib.c114 c->algorithm_auth == SSL_aECDH || in ssl23_put_cipher_by_char()
115 c->algorithm_auth == SSL_aECDSA) in ssl23_put_cipher_by_char()
Dssl_ciph.c806 !(c->algorithm_auth & disabled_auth) && 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()
889 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
898 if (algorithm_auth) in ssl_cipher_collect_aliases()
899 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
980 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule()
985 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1236 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr()
1240 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1244 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|SSL_aSRP)) && in IMPLEMENT_ssl3_meth_func()
338 !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) && in IMPLEMENT_ssl3_meth_func()
1038 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl3_get_server_hello()
1189 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate()
1255 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1282 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) 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()
1395 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) in ssl3_get_key_exchange()
1443 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange()
2122 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
[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()
1312 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange()
1599 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) in dtls1_send_server_certificate()
Ds3_srvr.c418 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP)) in IMPLEMENT_ssl3_meth_func()
420 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK && 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()
529 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) in IMPLEMENT_ssl3_meth_func()
1648 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_send_server_key_exchange()
2238 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange()
2935 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange()
3440 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()
1466 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl_cipher_list_to_bytes()
2407 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()
2480 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_pkey()
2546 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()
Dd1_clnt.c388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Dt1_enc.c355 s->s3->tmp.new_cipher->algorithm_auth, in tls1_change_cipher_state()
Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member
Ds3_lib.c3969 alg_a=c->algorithm_auth; in ssl3_choose_cipher()
/external/openssl/patches/
D0011-ecdhe_psk.patch28 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP)) &&
30 + !((s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK) &&
40 + if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)
226 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
642 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aKRB5|SSL_aSRP))
645 + && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK &&
653 + alg_a = s->s3->tmp.new_cipher->algorithm_auth;
689 + alg_a=s->s3->tmp.new_cipher->algorithm_auth;
786 - if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL|SSL_aSRP))
890 + 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.java941 int algorithm_auth = NativeCrypto.get_SSL_CIPHER_algorithm_auth(sslCipherNative); in getServerX509KeyType() local
946 switch (algorithm_auth) { in getServerX509KeyType()
960 switch (algorithm_auth) { in getServerX509KeyType()
977 + ", auth: 0x" + Long.toHexString(algorithm_auth & 0xffffffffL)); in getServerX509KeyType()
/external/openssl/include/openssl/
Dssl.h397 unsigned long algorithm_auth; /* server authentication */ member
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl.h315 unsigned long algorithm_auth; /* server authentication */ member

12