Searched refs:algorithm_auth (Results 1 – 12 of 12) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 727 !(c->algorithm_auth & disabled_auth) && in ssl_cipher_collect_ciphers() 738 printf("\t%d: %s %lx %lx %lx\n",i,c->name,c->id,c->algorithm_mkey,c->algorithm_auth); in ssl_cipher_collect_ciphers() 810 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases() local 819 if (algorithm_auth) in ssl_cipher_collect_aliases() 820 if ((algorithm_auth & mask_auth) == 0) in ssl_cipher_collect_aliases() 897 …lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm_auth, cp->algorithm… in ssl_cipher_apply_rule() 902 if (alg_auth && !(alg_auth & cp->algorithm_auth)) in ssl_cipher_apply_rule() 1153 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr() 1157 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() 1161 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr() [all …]
|
D | d1_srvr.c | 343 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func() 430 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func() 435 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_dtls1_meth_func() 1147 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange() 1433 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) in dtls1_send_server_certificate()
|
D | s3_clnt.c | 319 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 1065 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate() 1131 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate() 1158 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate() 1165 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate() 1314 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange() 1776 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request() 2957 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
|
D | s3_srvr.c | 349 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_ssl3_meth_func() 351 && !(s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in IMPLEMENT_ssl3_meth_func() 445 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func() 450 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_ssl3_meth_func() 1728 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange() 2647 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_client_key_exchange() 3087 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || in ssl3_send_server_certificate()
|
D | t1_lib.c | 1338 alg_a = c->algorithm_auth; in ssl_prepare_clienthello_tlsext() 1420 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_prepare_serverhello_tlsext() 1578 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
|
D | ssl_lib.c | 1394 if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && in ssl_cipher_list_to_bytes() 1400 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) && in ssl_cipher_list_to_bytes() 2199 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg() 2272 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_cert() 2330 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
|
D | t1_enc.c | 344 s->s3->tmp.new_cipher->algorithm_auth, in tls1_change_cipher_state()
|
D | d1_clnt.c | 303 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
|
D | ssl.h | 369 unsigned long algorithm_auth; /* server authentication */ member
|
D | s3_lib.c | 2902 alg_a=c->algorithm_auth; in ssl3_choose_cipher()
|
/external/openssl/patches/ |
D | jsse.patch | 209 + switch (cipher->algorithm_auth) 227 + switch (cipher->algorithm_auth)
|
/external/openssl/include/openssl/ |
D | ssl.h | 369 unsigned long algorithm_auth; /* server authentication */ member
|