Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_ciph.c671 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
748 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
756 if (algorithm_auth) in ssl_cipher_collect_aliases()
757 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
837 (unsigned int)cp->algorithm_auth, in ssl_cipher_apply_rule()
847 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1094 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1096 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1102 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1687 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
[all …]
H A Dt1_lib.c1816 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
1825 if (idx == SSL_PKEY_GOST01 && s->s3.tmp.new_cipher->algorithm_auth != SSL_aGOST01) { in tls1_get_legacy_sigalg()
2215 || c->algorithm_auth & s->s3.tmp.mask_a) in ssl_cipher_disabled()
3566 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) { in ssl_get_auto_dh()
3725 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0 in tls12_get_cert_sigalg_idx()
3916 if (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg()
3969 && (s->s3.tmp.new_cipher->algorithm_auth in tls_choose_sigalg()
H A Dssl_cert.c1235 if (c->algorithm_auth & SSL_aNULL) in ssl_security_default_callback()
H A Ds3_lib.c3679 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in ssl3_ctrl()
4373 alg_a = c->algorithm_auth; in ssl3_choose_cipher()
H A Dssl_local.h394 uint32_t algorithm_auth; /* server authentication */ member
H A Dssl_lib.c4600 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) { in ssl_check_srvr_ecc_cert_and_alg()
/openssl/ssl/statem/
H A Dstatem_clnt.c58 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)) in cert_req_allowed()
59 || (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK))) in cert_req_allowed()
304 } else if (!(s->s3.tmp.new_cipher->algorithm_auth in ossl_statem_client_read_transition()
1938 if ((clu->amask & sc->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_rpk()
2124 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate()
2238 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp()
2327 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe()
2392 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) in tls_process_ske_ecdhe()
2394 else if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe()
3270 if ((s->s3.tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0) in tls_construct_cke_gost()
[all …]
H A Dstatem_srvr.c435 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
443 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
448 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
671 if (!(s->s3.tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
2670 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
3217 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
H A Dextensions.c1099 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in final_ec_pt_formats()
H A Dextensions_srvr.c1361 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_construct_stoc_ec_pt_formats()
H A Dextensions_clnt.c158 alg_a = c->algorithm_auth; in use_ecc()

Completed in 94 milliseconds