Home
last modified time | relevance | path

Searched defs:csr (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/openssl/
H A Dopenssl.stub.php67 function openssl_csr_export_to_file(OpenSSLCertificateSigningRequest|string $csr, string $output_fi…
70 function openssl_csr_export(OpenSSLCertificateSigningRequest|string $csr, &$output, bool $no_text =…
73 function openssl_csr_sign(OpenSSLCertificateSigningRequest|string $csr, OpenSSLCertificate|string|n…
82 function openssl_csr_get_subject(OpenSSLCertificateSigningRequest|string $csr, bool $short_names = …
84 function openssl_csr_get_public_key(OpenSSLCertificateSigningRequest|string $csr, bool $short_names…
H A Dopenssl.c171 X509_REQ *csr; member
2943 static int php_openssl_make_REQ(struct php_x509_request * req, X509_REQ * csr, zval * dn, zval * at… in php_openssl_make_REQ()
3113 X509_REQ * csr = NULL; in php_openssl_csr_from_str() local
3156 X509_REQ *csr; in PHP_FUNCTION() local
3210 X509_REQ *csr; in PHP_FUNCTION() local
3260 X509_REQ *csr; in PHP_FUNCTION() local
3420 X509_REQ *csr = NULL; in PHP_FUNCTION() local
3498 X509_REQ *csr; in PHP_FUNCTION() local
3553 X509_REQ *csr = php_openssl_csr_from_param(csr_obj, csr_str, 1); in PHP_FUNCTION() local

Completed in 76 milliseconds