Searched refs:keylength (Results 1 – 1 of 1) sorted by relevance
119 static RSA *php_openssl_tmp_rsa_cb(SSL *s, int is_export, int keylength);1175 static RSA *php_openssl_tmp_rsa_cb(SSL *s, int is_export, int keylength) in php_openssl_tmp_rsa_cb() argument1185 !RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) { in php_openssl_tmp_rsa_cb()
Completed in 13 milliseconds