Searched refs:algorithm_auth (Results 1 – 11 of 11) sorted by relevance
665 if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_enc & disabled_enc) || (c->algorithm_mac & disabled_mac)) in ssl_cipher_collect_ciphers() 738 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local 746 if (algorithm_auth) in ssl_cipher_collect_aliases() 747 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases() 828 (unsigned int)cp->algorithm_auth, in ssl_cipher_apply_rule() 838 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule() 1082 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr() 1084 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 1090 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() [all...]
2488 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg() 2497 if (idx == SSL_PKEY_GOST01 && s->s3.tmp.new_cipher->algorithm_auth != SSL_aGOST01) { in tls1_get_legacy_sigalg() 2936 || c->algorithm_auth & s->s3.tmp.mask_a) in ssl_cipher_disabled() 4328 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aPSK)) { in ssl_get_auto_dh() 4487 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0 in check_cert_usable() 4680 if (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aCERT)) in tls_choose_sigalg() 4735 && (s->s3.tmp.new_cipher->algorithm_auth in tls_choose_sigalg()
1248 if (c->algorithm_auth & SSL_aNULL) in ssl_security_default_callback()
4131 if (cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in ssl3_ctrl()4850 alg_a = c->algorithm_auth; in ssl3_choose_cipher()
391 uint32_t algorithm_auth; /* server authentication */ member
4680 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) { in ssl_check_srvr_ecc_cert_and_alg()
59 && (s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL)) in cert_req_allowed() 60 || (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() 1968 if ((clu->amask & sc->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_rpk() 2158 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate() 2276 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_srp() 2365 if (s->s3.tmp.new_cipher->algorithm_auth & (SSL_aRSA | SSL_aDSS)) in tls_process_ske_dhe() 2431 if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aECDSA) in tls_process_ske_ecdhe() 2433 else if (s->s3.tmp.new_cipher->algorithm_auth & SSL_aRSA) in tls_process_ske_ecdhe() 2578 if (!(s->s3.tmp.new_cipher->algorithm_auth in tls_process_key_exchange() [all...]
436 && (!(s->s3.tmp.new_cipher->algorithm_auth & SSL_aNULL) in send_certificate_request() 444 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aSRP) in send_certificate_request() 449 && !(s->s3.tmp.new_cipher->algorithm_auth & SSL_aPSK)) { in send_certificate_request() 672 if (!(s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP | SSL_aPSK))) { in ossl_statem_server_write_transition() 2716 if (((s->s3.tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) != 0) in tls_construct_server_key_exchange() 3267 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_process_cke_gost()
1044 alg_a = s->s3.tmp.new_cipher->algorithm_auth; in final_ec_pt_formats()
1655 unsigned long alg_a = s->s3.tmp.new_cipher->algorithm_auth; in tls_construct_stoc_ec_pt_formats()
158 alg_a = c->algorithm_auth; in use_ecc()