Searched refs:SSL_kSRP (Results 1 – 7 of 7) sorted by relevance
/openssl/ssl/ |
H A D | s3_lib.c | 1949 SSL_kSRP, 1965 SSL_kSRP, 1981 SSL_kSRP, 1998 SSL_kSRP, 2014 SSL_kSRP, 2030 SSL_kSRP, 2046 SSL_kSRP, 2062 SSL_kSRP, 2078 SSL_kSRP, 3980 ctx->srp_ctx.srp_Mask |= SSL_kSRP; in ssl3_ctx_ctrl() [all …]
|
H A D | ssl_ciph.c | 88 {SSL_kSRP, NID_kx_srp}, 187 {0, SSL_TXT_kSRP, NULL, 0, SSL_kSRP}, 214 {0, SSL_TXT_SRP, NULL, 0, SSL_kSRP}, 383 ctx->disabled_mkey_mask |= SSL_kSRP; in ssl_load_ciphers() 1715 case SSL_kSRP: in SSL_CIPHER_description()
|
H A D | t1_trce.c | 1141 if (alg_k & SSL_kSRP) { in ssl_get_keyex() 1143 return SSL_kSRP; in ssl_get_keyex()
|
H A D | t1_lib.c | 2191 if (!(s->srp_ctx.srp_Mask & SSL_kSRP)) { in ssl_set_client_disabled() 2193 s->s3.tmp.mask_k |= SSL_kSRP; in ssl_set_client_disabled()
|
H A D | ssl_local.h | 88 # define SSL_kSRP 0x00000020U macro
|
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 81 | SSL_kSRP)) { in key_exchange_expected() 2428 } else if (alg_k & SSL_kSRP) { in tls_process_key_exchange() 2969 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done() 3557 } else if (alg_k & SSL_kSRP) { in tls_construct_client_key_exchange() 3588 if (s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
|
H A D | statem_srvr.c | 375 || (alg_k & SSL_kSRP) in send_server_key_exchange() 1341 if ((s->s3.tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 2652 if (type & SSL_kSRP) { in tls_construct_server_key_exchange() 2701 if ((i == 2) && (type & SSL_kSRP)) { in tls_construct_server_key_exchange() 3422 } else if (alg_k & SSL_kSRP) { in tls_process_client_key_exchange()
|
Completed in 70 milliseconds