Searched refs:SSL_kSRP (Results 1 – 7 of 7) sorted by relevance
/openssl-master/ssl/ |
A D | s3_lib.c | 1896 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, 3858 ctx->srp_ctx.srp_Mask |= SSL_kSRP; in ssl3_ctx_ctrl() [all …]
|
A D | ssl_ciph.c | 97 {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() 1730 case SSL_kSRP: in SSL_CIPHER_description()
|
A D | t1_trce.c | 1083 if (alg_k & SSL_kSRP) { in ssl_get_keyex() 1085 return SSL_kSRP; in ssl_get_keyex()
|
A D | t1_lib.c | 1617 if (!(s->srp_ctx.srp_Mask & SSL_kSRP)) { in ssl_set_client_disabled() 1619 s->s3.tmp.mask_k |= SSL_kSRP; in ssl_set_client_disabled()
|
A D | ssl_local.h | 178 # define SSL_kSRP 0x00000020U macro
|
/openssl-master/ssl/statem/ |
A D | statem_clnt.c | 73 | SSL_kSRP)) { in key_exchange_expected() 2196 } else if (alg_k & SSL_kSRP) { in tls_process_key_exchange() 2724 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done() 3301 } else if (alg_k & SSL_kSRP) { in tls_construct_client_key_exchange() 3332 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
|
A D | statem_srvr.c | 349 || (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() 2553 if (type & SSL_kSRP) { in tls_construct_server_key_exchange() 2602 if ((i == 2) && (type & SSL_kSRP)) { in tls_construct_server_key_exchange() 3320 } else if (alg_k & SSL_kSRP) { in tls_process_client_key_exchange()
|
Completed in 42 milliseconds