Searched refs:php_x509_request (Results 1 – 3 of 3) sorted by relevance
153 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
154 // - invalid php_x509_request field (NULL) would cause error with CONF_get_string
609 struct php_x509_request { /* {{{ */ struct646 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req); argument863 static int php_openssl_add_oid_section(struct php_x509_request * req) /* {{{ */ in php_openssl_add_oid_section()938 static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args) /* {{{ */ in php_openssl_parse_config()1048 static void php_openssl_dispose_config(struct php_x509_request * req) /* {{{ */ in php_openssl_dispose_config()3206 struct php_x509_request req; in PHP_FUNCTION()3355 struct php_x509_request req; in PHP_FUNCTION()3723 static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_request * req) in php_openssl_generate_private_key()4656 struct php_x509_request req; in PHP_FUNCTION()4725 struct php_x509_request req; in PHP_FUNCTION()[all …]
Completed in 20 milliseconds