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