Home
last modified time | relevance | path

Searched refs:output_filename (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php17 …_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filename, bool $no_tex… argument
40 …kcs12_export_to_file(OpenSSLCertificate|string $certificate, string $output_filename, $private_key… argument
51 …export_to_file(OpenSSLCertificateSigningRequest|string $csr, string $output_filename, bool $no_tex… argument
69 function openssl_pkey_export_to_file($key, string $output_filename, ?string $passphrase = null, ?ar… argument
108 …sted_certificates_filename = null, ?string $content = null, ?string $output_filename = null): bool… argument
111 function openssl_pkcs7_encrypt(string $input_filename, string $output_filename, $certificate, ?arra… argument
114 function openssl_pkcs7_sign(string $input_filename, string $output_filename, OpenSSLCertificate|str… argument
120 function openssl_pkcs7_decrypt(string $input_filename, string $output_filename, $certificate, $priv… argument
128 function openssl_cms_encrypt(string $input_filename, string $output_filename, $certificate, ?array … argument
131 function openssl_cms_sign(string $input_filename, string $output_filename, OpenSSLCertificate|strin… argument
[all …]
H A Dopenssl_arginfo.h6 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
54 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
76 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
118 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
168 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, output_filename, IS_STRING, 1, "null")
173 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
182 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
192 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
216 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
226 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
[all …]
/PHP-8.0/ext/openssl/tests/
H A Dbug81713.phpt146 openssl_pkey_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
167 openssl_x509_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
182 openssl_cms_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
186 openssl_cms_decrypt(): Argument #2 ($output_filename) must not contain any null bytes
192 openssl_cms_sign(): Argument #2 ($output_filename) must not contain any null bytes
205 openssl_pkcs7_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
209 openssl_pkcs7_decrypt(): Argument #2 ($output_filename) must not contain any null bytes
215 openssl_pkcs7_sign(): Argument #2 ($output_filename) must not contain any null bytes
226 openssl_pkcs7_verify(): Argument #7 ($output_filename) must not contain any null bytes
235 openssl_pkcs12_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
/PHP-8.0/
H A Drun-tests.php2065 $output_filename = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'out';
2097 'out' => $output_filename,
2116 @unlink($output_filename);
2775 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output) === false) {
2776 error("Cannot create test output - $output_filename");
2844 'output' => $output_filename,

Completed in 17 milliseconds