Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c727 !(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()
1154 if (ca_list[j]->algorithm_auth) in ssl_cipher_process_rulestr()
1158 alg_auth &= ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
1162 alg_auth = ca_list[j]->algorithm_auth; in ssl_cipher_process_rulestr()
[all …]
Dd1_srvr.c327 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in IMPLEMENT_dtls1_meth_func()
414 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
419 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) in IMPLEMENT_dtls1_meth_func()
1135 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in dtls1_send_server_key_exchange()
1421 (s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5)) in dtls1_send_server_certificate()
Ds3_clnt.c319 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_ssl3_meth_func()
1044 ((s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5) && in ssl3_get_server_certificate()
1110 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1137 (s->s3->tmp.new_cipher->algorithm_auth & SSL_aKRB5)) in ssl3_get_server_certificate()
1144 s->s3->tmp.new_cipher->algorithm_mkey, s->s3->tmp.new_cipher->algorithm_auth, need_cert); in ssl3_get_server_certificate()
1293 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_get_key_exchange()
1754 if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_get_certificate_request()
2933 alg_a=s->s3->tmp.new_cipher->algorithm_auth; in ssl3_check_cert_and_algorithm()
Ds3_srvr.c349 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()
1688 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) in ssl3_send_server_key_exchange()
3033 if ((s->s3->tmp.new_cipher->algorithm_auth != SSL_aKRB5) || in ssl3_send_server_certificate()
Dt1_lib.c1215 alg_a = c->algorithm_auth; in ssl_prepare_clienthello_tlsext()
1297 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_prepare_serverhello_tlsext()
1454 unsigned long alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_check_serverhello_tlsext()
Dssl_lib.c1386 if (((c->algorithm_mkey & SSL_kKRB5) || (c->algorithm_auth & SSL_aKRB5)) && in ssl_cipher_list_to_bytes()
1392 if (((c->algorithm_mkey & SSL_kPSK) || (c->algorithm_auth & SSL_aPSK)) && in ssl_cipher_list_to_bytes()
2072 alg_a = cs->algorithm_auth; in ssl_check_srvr_ecc_cert_and_alg()
2159 alg_a = s->s3->tmp.new_cipher->algorithm_auth; in ssl_get_server_send_cert()
2217 alg_a = cipher->algorithm_auth; in ssl_get_sign_pkey()
Dt1_enc.c346 s->s3->tmp.new_cipher->algorithm_auth, in tls1_change_cipher_state()
Dd1_clnt.c303 if (!(s->s3->tmp.new_cipher->algorithm_auth & SSL_aNULL) && in IMPLEMENT_dtls1_meth_func()
Ds3_lib.c2887 alg_a=c->algorithm_auth; in ssl3_choose_cipher()
Dssl.h369 unsigned long algorithm_auth; /* server authentication */ member
/external/openssl/include/openssl/
Dssl.h369 unsigned long algorithm_auth; /* server authentication */ member