Home | History | Annotate | Download | only in ssl

Lines Matching refs:is_export

3274 							  int is_export,
3281 int is_export,
3292 * \param is_export \c TRUE if the temp RSA key is for an export ciphersuite.
3293 * \param keylength if \c is_export is \c TRUE, then \c keylength is the size
3299 RSA *cb(SSL *ssl,int is_export,int keylength)
3310 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,DH *(*dh)(SSL *ssl,int is_export,
3316 void SSL_set_tmp_dh_callback(SSL *ssl,DH *(*dh)(SSL *ssl,int is_export,
3324 void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,EC_KEY *(*ecdh)(SSL *ssl,int is_export,
3330 void SSL_set_tmp_ecdh_callback(SSL *ssl,EC_KEY *(*ecdh)(SSL *ssl,int is_export,