Searched refs:input_filename (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 108 function openssl_pkcs7_verify(string $input_filename, int $flags, ?string $signers_certificates_fil… 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 125 function openssl_cms_verify(string $input_filename, int $flags = 0, ?string $certificates = null, a… 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 137 function openssl_cms_decrypt(string $input_filename, string $output_filename, $certificate, $privat… argument 140 function openssl_cms_read(string $input_filename, &$certificates): bool {} argument
|
H A D | openssl_arginfo.h | 162 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 172 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 181 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 191 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 203 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 215 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 225 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 236 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0) 244 ZEND_ARG_TYPE_INFO(0, input_filename, IS_STRING, 0)
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug81713.phpt | 181 openssl_cms_encrypt(): Argument #1 ($input_filename) must not contain any null bytes 185 openssl_cms_decrypt(): Argument #1 ($input_filename) must not contain any null bytes 191 openssl_cms_sign(): Argument #1 ($input_filename) must not contain any null bytes 198 openssl_cms_verify(): Argument #1 ($input_filename) must not contain any null bytes 204 openssl_pkcs7_encrypt(): Argument #1 ($input_filename) must not contain any null bytes 208 openssl_pkcs7_decrypt(): Argument #1 ($input_filename) must not contain any null bytes 214 openssl_pkcs7_sign(): Argument #1 ($input_filename) must not contain any null bytes 221 openssl_pkcs7_verify(): Argument #1 ($input_filename) must not contain any null bytes
|
Completed in 9 milliseconds