Home
last modified time | relevance | path

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

/external/openssl/ssl/
Ds3_lib.c2428 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,
3586 ctx->srp_ctx.srp_Mask|=SSL_kSRP; in ssl3_ctx_ctrl()
[all …]
Dssl_ciph.c256 {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},
732 *mkey |= SSL_kSRP; in ssl_cipher_get_disabled()
1597 case SSL_kSRP: in SSL_CIPHER_description()
Ds3_srvr.c189 if ((s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) && in ssl_check_srp_ext_ClientHello()
477 || (alg_k & SSL_kSRP) in IMPLEMENT_ssl3_meth_func()
1816 if (type & SSL_kSRP) in ssl3_send_server_key_exchange()
1842 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange()
1877 if ((i == 2) && (type & SSL_kSRP)) in ssl3_send_server_key_exchange()
2776 if (alg_k & SSL_kSRP) in ssl3_get_client_key_exchange()
Ds3_clnt.c398 if (s->s3->tmp.new_cipher->algorithm_mkey & SSL_kSRP) in IMPLEMENT_ssl3_meth_func()
1453 if (alg_k & SSL_kSRP) in ssl3_get_key_exchange()
2839 else if (alg_k & SSL_kSRP) in ssl3_send_client_key_exchange()
Dssl_locl.h292 #define SSL_kSRP 0x00000400L /* SRP */ macro