Searched refs:algorithm_mkey (Results 1 – 11 of 11) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 726 !(c->algorithm_mkey & disabled_mkey) && 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() 809 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local 815 if (algorithm_mkey) in ssl_cipher_collect_aliases() 816 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases() 897 …08lx/%08lx/%08lx/%08lx/%08lx Algo_strength = %08lx\n", cp->name, cp->algorithm_mkey, cp->algorithm… in ssl_cipher_apply_rule() 900 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule() 1143 if (ca_list[j]->algorithm_mkey) in ssl_cipher_process_rulestr() 1147 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() 1151 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr() [all …]
|
D | d1_srvr.c | 328 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 356 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_dtls1_meth_func() 422 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 894 type=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_server_key_exchange() 1136 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in dtls1_send_server_key_exchange() 1420 if ((s->s3->tmp.new_cipher->algorithm_mkey != SSL_kKRB5) || in dtls1_send_server_certificate()
|
D | s3_clnt.c | 320 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1109 && !((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && in ssl3_get_server_certificate() 1136 need_cert = ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5) && 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() 1249 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) in ssl3_get_key_exchange() 1292 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_key_exchange() 2073 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_client_key_exchange() 2932 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
|
D | s3_srvr.c | 350 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK) in IMPLEMENT_ssl3_meth_func() 378 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in IMPLEMENT_ssl3_meth_func() 453 || (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_ssl3_meth_func() 1447 type=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_send_server_key_exchange() 1689 && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in ssl3_send_server_key_exchange() 1981 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_client_key_exchange() 3034 (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kKRB5)) in ssl3_send_server_certificate()
|
D | t1_lib.c | 1214 alg_k = c->algorithm_mkey; in ssl_prepare_clienthello_tlsext() 1296 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_prepare_serverhello_tlsext() 1453 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_check_serverhello_tlsext()
|
D | d1_clnt.c | 304 !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) in IMPLEMENT_dtls1_meth_func() 805 alg_k=s->s3->tmp.new_cipher->algorithm_mkey; in dtls1_send_client_key_exchange()
|
D | ssl_lib.c | 1386 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() 2071 alg_k = cs->algorithm_mkey; in ssl_check_srvr_ecc_cert_and_alg() 2158 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_server_send_cert()
|
D | s3_lib.c | 2886 alg_k=c->algorithm_mkey; in ssl3_choose_cipher() 3089 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
|
D | t1_enc.c | 345 s->s3->tmp.new_cipher->algorithm_mkey, in tls1_change_cipher_state()
|
D | ssl.h | 368 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|
/external/openssl/include/openssl/ |
D | ssl.h | 368 unsigned long algorithm_mkey; /* key exchange algorithm */ member
|