Searched refs:php_x509_request (Results 1 – 3 of 3) sorted by relevance
154 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
153 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
627 struct php_x509_request { /* {{{ */ struct664 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req); argument877 static int php_openssl_add_oid_section(struct php_x509_request * req) /* {{{ */ in php_openssl_add_oid_section()952 static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args) /* {{{ */ in php_openssl_parse_config()1066 static void php_openssl_dispose_config(struct php_x509_request * req) /* {{{ */ in php_openssl_dispose_config()3248 struct php_x509_request req; in PHP_FUNCTION()3415 struct php_x509_request req; in PHP_FUNCTION()3800 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req) in php_openssl_generate_private_key()4807 struct php_x509_request req; in PHP_FUNCTION()4894 struct php_x509_request req; in PHP_FUNCTION()[all …]
Completed in 21 milliseconds