Home
last modified time | relevance | path

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

/openssl-master/ssl/
A Dssl_ciph.c700 (c->algorithm_auth & disabled_auth) || in ssl_cipher_collect_ciphers()
777 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local
785 if (algorithm_auth) in ssl_cipher_collect_aliases()
786 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()
863 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
871 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()
1122 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()
1124 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1130 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1702 alg_auth = cipher->algorithm_auth; in SSL_CIPHER_description()
[all …]
A Dt1_lib.c1272 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
1281 if (idx == SSL_PKEY_GOST01 && s->s3.tmp.new_cipher->algorithm_auth != SSL_aGOST01) { in tls1_get_legacy_sigalg()
1637 || c->algorithm_auth & s->s3.tmp.mask_a) in ssl_cipher_disabled()
2895 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) { in ssl_get_auto_dh()
3042 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0 in tls12_get_cert_sigalg_idx()
3226 if (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg()
3277 …if (i == s->shared_sigalgslen && s->s3.tmp.new_cipher->algorithm_auth & (SSL_aGOST01 | SSL_aGOST12… in tls_choose_sigalg()
A Dssl_cert.c1016 if (c->algorithm_auth & SSL_aNULL) in ssl_security_default_callback()
A Ds3_lib.c3587 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in ssl3_ctrl()
4245 alg_a = c->algorithm_auth; in ssl3_choose_cipher()
A Dssl_local.h472 uint32_t algorithm_auth; /* server authentication */ member
A Dssl_lib.c3648 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) { in ssl_check_srvr_ecc_cert_and_alg()
/openssl-master/ssl/statem/
A Dstatem_clnt.c50 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)) in cert_req_allowed()
51 || (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aSRP | SSL_aPSK))) in cert_req_allowed()
279 } else if (!(s->s3.tmp.new_cipher->algorithm_auth in ossl_statem_client_read_transition()
1912 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate()
2008 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp()
2096 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe()
2161 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) in tls_process_ske_ecdhe()
2163 else if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe()
2305 if (!(s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in tls_process_key_exchange()
3018 if ((s->s3.tmp.new_cipher->algorithm_auth & SSL_aGOST12) != 0) in tls_construct_cke_gost()
[all …]
A Dstatem_srvr.c387 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request()
395 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request()
400 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request()
609 if (!(s->s3.tmp.new_cipher->algorithm_auth & in ossl_statem_server_write_transition()
2571 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange()
3115 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
A Dextensions.c1018 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in final_ec_pt_formats()
A Dextensions_srvr.c1303 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_construct_stoc_ec_pt_formats()
A Dextensions_clnt.c129 alg_a = c->algorithm_auth; in use_ecc()

Completed in 58 milliseconds