Searched refs:algorithm_auth (Results 1 – 11 of 11) sorted by relevance
116 c->algorithm_auth == SSL_aECDH || c->algorithm_auth == SSL_aECDSA) in ssl23_put_cipher_by_char()
823 !(c->algorithm_auth & disabled_auth) && in ssl_cipher_collect_ciphers()834 c->algorithm_mkey, c->algorithm_auth); in ssl_cipher_collect_ciphers()903 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local912 if (algorithm_auth) in ssl_cipher_collect_aliases()913 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases()996 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()1006 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule()1247 if (ca_list[j]->algorithm_auth) { in ssl_cipher_process_rulestr()1249 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()1255 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()[all …]
431 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func()515 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()525 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_dtls1_meth_func()1330 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange()1607 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) { in dtls1_send_server_certificate()
343 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in IMPLEMENT_ssl3_meth_func()977 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) && in ssl3_get_server_hello()1121 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate()1180 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()1213 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()1222 s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate()1378 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange()1988 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) { in ssl3_get_certificate_request()3268 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
426 new_cipher->algorithm_auth & (SSL_aNULL | SSL_aKRB5 | in ssl3_accept()517 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in ssl3_accept()527 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) || in ssl3_accept()529 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aSRP) in ssl3_accept()1917 if (!(s->s3->tmp.new_cipher->algorithm_auth & (SSL_aNULL | SSL_aSRP)) in ssl3_send_server_key_exchange()2882 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange()3337 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || in ssl3_send_server_certificate()
1380 || (c->algorithm_auth & SSL_aKRB5)) && nokrb5) in ssl_cipher_list_to_bytes()1385 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) in ssl_cipher_list_to_bytes()1390 if (((c->algorithm_mkey & SSL_kSRP) || (c->algorithm_auth & SSL_aSRP)) in ssl_cipher_list_to_bytes()2262 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()2331 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_pkey()2388 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
1710 alg_a = c->algorithm_auth; in ssl_prepare_clienthello_tlsext()1811 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_prepare_serverhello_tlsext()2020 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
356 s->s3->tmp.new_cipher->algorithm_auth, comp); in tls1_change_cipher_state()
388 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
404 unsigned long algorithm_auth; /* server authentication */ member
3830 alg_a = c->algorithm_auth; in ssl3_choose_cipher()