Home
last modified time | relevance | path

Searched refs:certout (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/openssl/tests/
H A Dbug50293.phpt34 openssl_x509_export($sscert, $certout);
/PHP-8.2/ext/openssl/
H A Dopenssl.c5265 BIO *certout; in PHP_FUNCTION() local
5267 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
5269 if (certout) { in PHP_FUNCTION()
5275 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
5288 BIO_free(certout); in PHP_FUNCTION()
5758 BIO *certout = NULL, *sigbio = NULL; in PHP_FUNCTION() local
5861 certout = php_openssl_bio_new_file( in PHP_FUNCTION()
5863 if (certout) { in PHP_FUNCTION()
5869 if (!PEM_write_bio_X509(certout, sk_X509_value(signers, i))) { in PHP_FUNCTION()
5911 BIO_free(certout); in PHP_FUNCTION()

Completed in 24 milliseconds