Home | History | Annotate | Download | only in ssl

Lines Matching refs:keylength

222 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export,int keylength);
2364 static RSA MS_CALLBACK *tmp_rsa_cb(SSL *s, int is_export, int keylength)
2376 BIO_printf(bio_err,"Generating temp (%d bit) RSA key...",keylength);
2378 if(!RSA_generate_key_ex(rsa_tmp,keylength,bn,NULL))