Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c1896 SSL_kSRP,
1912 SSL_kSRP,
1928 SSL_kSRP,
1945 SSL_kSRP,
1961 SSL_kSRP,
1977 SSL_kSRP,
1993 SSL_kSRP,
2009 SSL_kSRP,
2025 SSL_kSRP,
3876 ctx->srp_ctx.srp_Mask |= SSL_kSRP; in ssl3_ctx_ctrl()
[all …]
H A Dssl_ciph.c97 {SSL_kSRP, NID_kx_srp},
196 {0, SSL_TXT_kSRP, NULL, 0, SSL_kSRP},
223 {0, SSL_TXT_SRP, NULL, 0, SSL_kSRP},
391 ctx->disabled_mkey_mask |= SSL_kSRP; in ssl_load_ciphers()
1737 case SSL_kSRP: in SSL_CIPHER_description()
H A Dt1_trce.c1083 if (alg_k & SSL_kSRP) { in ssl_get_keyex()
1085 return SSL_kSRP; in ssl_get_keyex()
H A Dt1_lib.c1645 if (!(s->srp_ctx.srp_Mask & SSL_kSRP)) { in ssl_set_client_disabled()
1647 s->s3.tmp.mask_k |= SSL_kSRP; in ssl_set_client_disabled()
H A Dssl_local.h178 # define SSL_kSRP 0x00000020U macro
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c73 | SSL_kSRP)) { in key_exchange_expected()
2203 } else if (alg_k & SSL_kSRP) { in tls_process_key_exchange()
2732 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done()
3311 } else if (alg_k & SSL_kSRP) { in tls_construct_client_key_exchange()
3342 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
H A Dstatem_srvr.c349 || (alg_k & SSL_kSRP) in send_server_key_exchange()
1250 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
2552 if (type & SSL_kSRP) { in tls_construct_server_key_exchange()
2601 if ((i == 2) && (type & SSL_kSRP)) { in tls_construct_server_key_exchange()
3319 } else if (alg_k & SSL_kSRP) { in tls_process_client_key_exchange()