Searched refs:SSL_kSRP (Results 1 – 10 of 10) sorted by relevance
/external/openssl/ssl/ |
D | s3_lib.c | 2428 SSL_kSRP, 2444 SSL_kSRP, 2460 SSL_kSRP, 2476 SSL_kSRP, 2492 SSL_kSRP, 2508 SSL_kSRP, 2524 SSL_kSRP, 2540 SSL_kSRP, 2556 SSL_kSRP, 3643 ctx->srp_ctx.srp_Mask|=SSL_kSRP; in ssl3_ctx_ctrl() [all …]
|
D | ssl_ciph.c | 256 {0,SSL_TXT_kSRP,0, SSL_kSRP, 0,0,0,0,0,0,0,0}, 283 {0,SSL_TXT_SRP,0, SSL_kSRP,0,0,0,0,0,0,0,0}, 733 *mkey |= SSL_kSRP; in ssl_cipher_get_disabled() 1598 case SSL_kSRP: in SSL_CIPHER_description()
|
D | s3_srvr.c | 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 482 || (alg_k & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1845 if (type & SSL_kSRP) in ssl3_send_server_key_exchange() 1871 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange() 1906 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange() 2805 if (alg_k & SSL_kSRP) in ssl3_get_client_key_exchange()
|
D | s3_clnt.c | 404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1475 if (alg_k & SSL_kSRP) in ssl3_get_key_exchange() 2862 else if (alg_k & SSL_kSRP) in ssl3_send_client_key_exchange()
|
D | ssl_locl.h | 301 #define SSL_kSRP 0x00000400L /* SRP */ macro
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | s3_lib.c | 2439 SSL_kSRP, 2455 SSL_kSRP, 2471 SSL_kSRP, 2487 SSL_kSRP, 2503 SSL_kSRP, 2519 SSL_kSRP, 2535 SSL_kSRP, 2551 SSL_kSRP, 2567 SSL_kSRP, 3688 ctx->srp_ctx.srp_Mask|=SSL_kSRP; in ssl3_ctx_ctrl() [all …]
|
D | ssl_ciph.c | 256 {0,SSL_TXT_kSRP,0, SSL_kSRP, 0,0,0,0,0,0,0,0}, 283 {0,SSL_TXT_SRP,0, SSL_kSRP,0,0,0,0,0,0,0,0}, 774 *mkey |= SSL_kSRP; in ssl_cipher_get_disabled() 1641 case SSL_kSRP: in SSL_CIPHER_description()
|
D | s3_srvr.c | 192 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello() 482 || (alg_k & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1846 if (type & SSL_kSRP) in ssl3_send_server_key_exchange() 1872 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange() 1907 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange() 2806 if (alg_k & SSL_kSRP) in ssl3_get_client_key_exchange()
|
D | s3_clnt.c | 404 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) in IMPLEMENT_ssl3_meth_func() 1476 if (alg_k & SSL_kSRP) in ssl3_get_key_exchange() 2869 else if (alg_k & SSL_kSRP) in ssl3_send_client_key_exchange()
|
D | ssl_locl.h | 301 #define SSL_kSRP 0x00000400L /* SRP */ macro
|