Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c665 …if ((c->algorithm_mkey & disabled_mkey) || (c->algorithm_auth & disabled_auth) || (c->algorithm_en… in ssl_cipher_collect_ciphers()
737 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases() local
742 if (algorithm_mkey) in ssl_cipher_collect_aliases()
743 if ((algorithm_mkey & mask_mkey) == 0) in ssl_cipher_collect_aliases()
827 (unsigned int)cp->algorithm_mkey, in ssl_cipher_apply_rule()
836 if (alg_mkey && !(alg_mkey & cp->algorithm_mkey)) in ssl_cipher_apply_rule()
1070 if (ca_list[j]->algorithm_mkey) { in ssl_cipher_process_rulestr()
1072 alg_mkey &= ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1078 alg_mkey = ca_list[j]->algorithm_mkey; in ssl_cipher_process_rulestr()
1673 alg_mkey = cipher->algorithm_mkey; in SSL_CIPHER_description()
[all …]
H A Dt1_enc.c342 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kGOST18) in tls1_final_finish_mac()
H A Ds3_lib.c4849 alg_k = c->algorithm_mkey; in ssl3_choose_cipher()
4921 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in ssl3_get_req_cert_type()
5157 } else if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) { in ssl_get_algorithm2()
5208 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in ssl_generate_master_secret()
H A Dt1_lib.c2896 if (c->algorithm_mkey & s->s3.tmp.mask_k in ssl_cipher_disabled()
2919 && (c->algorithm_mkey & (SSL_kECDHE | SSL_kECDHEPSK)) != 0) in ssl_cipher_disabled()
3380 if ((c->algorithm_mkey & (SSL_kGOST | SSL_kGOST18)) != 0) in tls12_sigalg_allowed()
4450 && (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kRSA) != 0)) in tls12_get_cert_sigalg_idx()
H A Dt1_trce.c1125 unsigned long alg_k = sc->s3.tmp.new_cipher->algorithm_mkey; in ssl_get_keyex()
H A Dssl_cert.c1258 if (level >= 3 && c->min_tls != TLS1_3_VERSION && !(c->algorithm_mkey & pfs_mask)) in ssl_security_default_callback()
H A Dssl_local.h390 uint32_t algorithm_mkey; /* key exchange algorithm */ member
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c75 long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in key_exchange_expected()
314 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) in ossl_statem_client_read_transition()
347 …if (ske_expected || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) && mt == SSL3_MT_SERVER_KEY_… in ossl_statem_client_read_transition()
2451 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_process_key_exchange()
3009 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done()
3577 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_construct_client_key_exchange()
3633 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
3642 if (pms == NULL && !(s->s3.tmp.new_cipher->algorithm_mkey & SSL_kPSK)) { in tls_client_key_exchange_post_work()
3971 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in ssl3_check_cert_and_algorithm()
H A Dstatem_srvr.c353 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in send_server_key_exchange()
1356 …if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && (s->srp_ctx.TLS_ext_srp_username_callback… in ssl_check_srp_ext_ClientHello()
2362 ((s->s3.tmp.new_cipher->algorithm_mkey in tls_post_process_client_hello()
2579 type = s->s3.tmp.new_cipher->algorithm_mkey; in tls_construct_server_key_exchange()
2704 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
3427 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_process_client_key_exchange()
H A Dextensions.c1043 alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in final_ec_pt_formats()
H A Dextensions_clnt.c157 alg_k = c->algorithm_mkey; in use_ecc()
H A Dextensions_srvr.c1645 unsigned long alg_k = s->s3.tmp.new_cipher->algorithm_mkey; in tls_construct_stoc_ec_pt_formats()