Searched refs:php_openssl_tmp_rsa_cb (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() function1355 SSL_CTX_set_tmp_rsa_callback(ctx, php_openssl_tmp_rsa_cb); in php_openssl_set_server_specific_opts()
Completed in 14 milliseconds