Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_ciph.c668 if ((c->algorithm_mkey & disabled_mkey) || in ssl_cipher_collect_ciphers()
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
750 if (algorithm_mkey) in ssl_cipher_collect_aliases()
751 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
831 cp->name, cp->algorithm_mkey, cp->algorithm_auth, in ssl_cipher_apply_rule()
837 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1072 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1074 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1080 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1655 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
[all …]
H A Dt1_lib.c1215 if (c->algorithm_mkey & s->s3->tmp.mask_k in ssl_cipher_disabled()
1228 && (c->algorithm_mkey & (SSL_kECDHE | SSL_kECDHEPSK)) != 0) in ssl_cipher_disabled()
1646 if ((c->algorithm_mkey & SSL_kGOST) != 0) in tls12_sigalg_allowed()
2589 && (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0)) in tls12_get_cert_sigalg_idx()
H A Ds3_lib.c4264 alg_k = c->algorithm_mkey; in ssl3_choose_cipher()
4336 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
4551 } else if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK) { in ssl_get_algorithm2()
4601 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl_generate_master_secret()
H A Dt1_trce.c1042 unsigned long alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey; in ssl_get_keyex()
H A Dssl_cert.c941 !(c->algorithm_mkey & pfs_mask)) in ssl_security_default_callback()
H A Dssl_local.h425 uint32_t algorithm_mkey; /* key exchange algorithm */ member
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c62 long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in key_exchange_expected()
284 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK) in ossl_statem_client_read_transition()
316 if (ske_expected || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK) in ossl_statem_client_read_transition()
2268 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in tls_process_key_exchange()
2868 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done()
3327 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in tls_construct_client_key_exchange()
3381 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
3390 if (pms == NULL && !(s->s3->tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in tls_client_key_exchange_post_work()
3593 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
H A Dstatem_srvr.c326 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in send_server_key_exchange()
1257 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
2299 ((s->s3->tmp.new_cipher->algorithm_mkey in tls_post_process_client_hello()
2518 type = s->s3->tmp.new_cipher->algorithm_mkey; in tls_construct_server_key_exchange()
2668 || ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
3462 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in tls_process_client_key_exchange()
H A Dextensions.c1047 alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in final_ec_pt_formats()
H A Dextensions_clnt.c131 alg_k = c->algorithm_mkey; in use_ecc()
H A Dextensions_srvr.c1387 unsigned long alg_k = s->s3->tmp.new_cipher->algorithm_mkey; in tls_construct_stoc_ec_pt_formats()