Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Ds3_lib.c1895 SSL_kSRP,
1911 SSL_kSRP,
1927 SSL_kSRP,
1944 SSL_kSRP,
1960 SSL_kSRP,
1976 SSL_kSRP,
1992 SSL_kSRP,
2008 SSL_kSRP,
2024 SSL_kSRP,
3883 ctx->srp_ctx.srp_Mask |= SSL_kSRP; in ssl3_ctx_ctrl()
[all …]
Dssl_ciph.c129 {SSL_kSRP, NID_kx_srp},
229 {0, SSL_TXT_kSRP, NULL, 0, SSL_kSRP},
255 {0, SSL_TXT_SRP, NULL, 0, SSL_kSRP},
415 disabled_mkey_mask |= SSL_kSRP; in ssl_load_ciphers()
1684 case SSL_kSRP: in SSL_CIPHER_description()
Dt1_trce.c1072 if (alg_k & SSL_kSRP) { in ssl_get_keyex()
1074 return SSL_kSRP; in ssl_get_keyex()
Dt1_lib.c1196 if (!(s->srp_ctx.srp_Mask & SSL_kSRP)) { in ssl_set_client_disabled()
1198 s->s3->tmp.mask_k |= SSL_kSRP; in ssl_set_client_disabled()
Dssl_local.h174 # define SSL_kSRP 0x00000020U macro
/third_party/openssl/ssl/statem/
Dstatem_clnt.c69 | SSL_kSRP)) { in key_exchange_expected()
2281 } else if (alg_k & SSL_kSRP) { in tls_process_key_exchange()
2863 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_process_server_done()
3344 } else if (alg_k & SSL_kSRP) { in tls_construct_client_key_exchange()
3376 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) { in tls_client_key_exchange_post_work()
Dstatem_srvr.c350 || (alg_k & SSL_kSRP) in send_server_key_exchange()
1257 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
2645 if (type & SSL_kSRP) { in tls_construct_server_key_exchange()
2701 if ((i == 2) && (type & SSL_kSRP)) { in tls_construct_server_key_exchange()
3498 } else if (alg_k & SSL_kSRP) { in tls_process_client_key_exchange()