Home
last modified time | relevance | path

Searched refs:SSL_PSK (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/
Dt1_trce.c1107 if (id & SSL_PSK) { in ssl_print_client_keyex()
1159 if (id & SSL_PSK) { in ssl_print_server_keyex()
1214 if (!(id & SSL_PSK)) in ssl_print_server_keyex()
Dssl_ciph.c222 {0, SSL_TXT_PSK, NULL, 0, SSL_PSK},
387 ctx->disabled_mkey_mask |= SSL_PSK; in ssl_load_ciphers()
Ds3_lib.c4269 if ((alg_k & SSL_PSK) && s->psk_server_callback == NULL) in ssl3_choose_cipher()
4549 } else if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) { in ssl_get_algorithm2()
4602 if (alg_k & SSL_PSK) { in ssl_generate_master_secret()
Dssl_local.h188 # define SSL_PSK (SSL_kPSK | SSL_kRSAPSK | SSL_kECDHEPSK | SSL_kDHEPSK) macro
Dt1_lib.c1618 s->s3.tmp.mask_k |= SSL_PSK; in ssl_set_client_disabled()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c289 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) in ossl_statem_client_read_transition()
321 if (ske_expected || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK) in ossl_statem_client_read_transition()
2194 if (alg_k & SSL_PSK) { in tls_process_key_exchange()
2313 && !(alg_k & SSL_PSK)) { in tls_process_key_exchange()
3291 if ((alg_k & SSL_PSK) in tls_construct_client_key_exchange()
Dstatem_srvr.c345 || (alg_k & (SSL_PSK & (SSL_kDHEPSK | SSL_kECDHEPSK))) in send_server_key_exchange()
2572 || ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_PSK)) != 0) { in tls_construct_server_key_exchange()
2580 if (type & SSL_PSK) { in tls_construct_server_key_exchange()
3289 if ((alg_k & SSL_PSK) && !tls_process_cke_psk_preamble(s, pkt)) { in tls_process_client_key_exchange()