Home
last modified time | relevance | path

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

/third_party/boringssl/src/ssl/
Dssl_cipher.cc492 uint32_t algorithm_auth; member
867 !(alg_auth & cp->algorithm_auth) || in ssl_cipher_apply_rule()
1094 alg_auth &= kCipherAliases[j].algorithm_auth; in ssl_cipher_process_rulestr()
1305 return (cipher->algorithm_auth & SSL_aCERT) != 0; in ssl_cipher_uses_certificate_auth()
1436 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_auth_nid()
1470 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_min_version()
1484 cipher->algorithm_auth == SSL_aGENERIC) { in SSL_CIPHER_get_max_version()
1513 switch (cipher->algorithm_auth) { in SSL_CIPHER_get_kx_name()
1526 assert(cipher->algorithm_auth == SSL_aPSK); in SSL_CIPHER_get_kx_name()
1530 assert(cipher->algorithm_auth == SSL_aGENERIC); in SSL_CIPHER_get_kx_name()
[all …]
Dhandshake_client.cc255 (cipher->algorithm_auth & mask_a)) { in ssl_write_client_cipher_list()
679 if ((cipher->algorithm_mkey & mask_k) || (cipher->algorithm_auth & mask_a) || in do_read_server_hello()
949 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_server_key_exchange()
1250 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_client_key_exchange()
Dhandshake_server.cc371 (c->algorithm_auth & mask_a) && in ssl3_choose_cipher()
953 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_send_server_certificate()
1215 uint32_t alg_a = hs->new_cipher->algorithm_auth; in do_read_client_key_exchange()
Dssl_cert.cc708 if (!(hs->new_cipher->algorithm_auth & ssl_cipher_auth_mask_for_key(pkey))) { in ssl_check_leaf_certificate()
Dinternal.h514 uint32_t algorithm_auth;
Dt1_lib.cc1811 const uint32_t alg_a = hs->new_cipher->algorithm_auth; in ext_ec_point_add_serverhello()
/third_party/openssl/ssl/
Dssl_ciph.c669 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
746 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
754 if (algorithm_auth) in ssl_cipher_collect_aliases()
755 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
839 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1084 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1086 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1092 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1655 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
[all …]
Dt1_lib.c869 if (clu->amask & s->s3->tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
878 if (idx == SSL_PKEY_GOST01 && s->s3->tmp.new_cipher->algorithm_auth != SSL_aGOST01) { in tls1_get_legacy_sigalg()
1216 || c->algorithm_auth & s->s3->tmp.mask_a) in ssl_cipher_disabled()
2446 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) { in ssl_get_auto_dh()
2580 || (clu->amask & s->s3->tmp.new_cipher->algorithm_auth) == 0 in tls12_get_cert_sigalg_idx()
2758 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg()
2816 …if (i == s->shared_sigalgslen && s->s3->tmp.new_cipher->algorithm_auth & (SSL_aGOST01 | SSL_aGOST1… in tls_choose_sigalg()
Dssl_cert.c912 if (c->algorithm_auth & SSL_aNULL) in ssl_security_default_callback()
Ds3_lib.c3588 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in ssl3_ctrl()
4265 alg_a = c->algorithm_auth; in ssl3_choose_cipher()
Dssl_local.h424 uint32_t algorithm_auth; /* server authentication */ member
Dssl_lib.c3426 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aECDSA) { in ssl_check_srvr_ecc_cert_and_alg()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c46 && (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL)) in cert_req_allowed()
47 || (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK))) in cert_req_allowed()
274 } else if (!(s->s3->tmp.new_cipher->algorithm_auth in ossl_statem_client_read_transition()
1955 if ((clu->amask & s->s3->tmp.new_cipher->algorithm_auth) == 0) { in tls_process_server_certificate()
2069 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp()
2167 if (s->s3->tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe()
2240 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aECDSA) in tls_process_ske_ecdhe()
2242 else if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe()
2414 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in tls_process_key_exchange()
3184 if ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0) in tls_construct_cke_gost()
[all …]
Dstatem_srvr.c388 && (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
396 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
401 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
608 if (!(s->s3->tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
2667 if (((s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
3362 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
Dextensions.c1037 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in final_ec_pt_formats()
Dextensions_clnt.c132 alg_a = c->algorithm_auth; in use_ecc()
Dextensions_srvr.c1388 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in tls_construct_stoc_ec_pt_formats()