Searched refs:php_openssl_csr_make (Results 1 – 1 of 1) sorted by relevance
2919 static zend_result php_openssl_csr_make(struct php_x509_request * req, X509_REQ * csr, zval * dn, z… in php_openssl_csr_make() function3446 if (php_openssl_csr_make(&req, csr, dn, attribs) == SUCCESS) { in PHP_FUNCTION()
Completed in 19 milliseconds