Home
last modified time | relevance | path

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

/PHP-8.4/ext/openssl/
H A Dopenssl.stub.php421 …_x509_export_to_file(OpenSSLCertificate|string $certificate, string $output_filename, bool $no_tex… argument
452 …kcs12_export_to_file(OpenSSLCertificate|string $certificate, string $output_filename, #[\Sensitive… argument
465 …export_to_file(OpenSSLCertificateSigningRequest|string $csr, string $output_filename, bool $no_tex…
538 …sted_certificates_filename = null, ?string $content = null, ?string $output_filename = null): bool…
541 function openssl_pkcs7_encrypt(string $input_filename, string $output_filename, $certificate, ?arra…
546 function openssl_pkcs7_sign(string $input_filename, string $output_filename, OpenSSLCertificate|str…
552 function openssl_pkcs7_decrypt(string $input_filename, string $output_filename, #[\SensitiveParamet…
560 function openssl_cms_encrypt(string $input_filename, string $output_filename, $certificate, ?array …
565 function openssl_cms_sign(string $input_filename, string $output_filename, OpenSSLCertificate|strin…
571 function openssl_cms_decrypt(string $input_filename, string $output_filename, #[\SensitiveParameter…
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)
119 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
169 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, output_filename, IS_STRING, 1, "null")
174 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
183 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
193 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
217 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
227 ZEND_ARG_TYPE_INFO(0, output_filename, IS_STRING, 0)
[all …]
/PHP-8.4/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_leak.phpt13 Warning: openssl_x509_export_to_file(output_filename): must be a valid file path %s
H A Dopenssl_csr_export_to_file_leak.phpt13 Warning: openssl_csr_export_to_file(output_filename): must be a valid file path %s
H A Dopenssl_pkey_export_to_file_leak.phpt14 Warning: openssl_pkey_export_to_file(output_filename): must be a valid file path %s
H A Dbug81713.phpt148 openssl_pkey_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
169 openssl_x509_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
184 openssl_cms_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
188 openssl_cms_decrypt(): Argument #2 ($output_filename) must not contain any null bytes
194 openssl_cms_sign(): Argument #2 ($output_filename) must not contain any null bytes
207 openssl_pkcs7_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
211 openssl_pkcs7_decrypt(): Argument #2 ($output_filename) must not contain any null bytes
217 openssl_pkcs7_sign(): Argument #2 ($output_filename) must not contain any null bytes
228 openssl_pkcs7_verify(): Argument #7 ($output_filename) must not contain any null bytes
237 openssl_pkcs12_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes

Completed in 12 milliseconds