Searched refs:input_filename (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/openssl/ |
H A D | openssl.stub.php | 132 function openssl_pkcs7_verify(string $input_filename, int $flags, ?string $signers_certificates_fil… argument 135 function openssl_pkcs7_encrypt(string $input_filename, string $output_filename, $certificate, ?arra… argument 138 function openssl_pkcs7_sign(string $input_filename, string $output_filename, OpenSSLCertificate|str… argument 144 function openssl_pkcs7_decrypt(string $input_filename, string $output_filename, $certificate, $priv… argument 149 function openssl_cms_verify(string $input_filename, int $flags = 0, ?string $certificates = null, a… argument 152 function openssl_cms_encrypt(string $input_filename, string $output_filename, $certificate, ?array … argument 155 function openssl_cms_sign(string $input_filename, string $output_filename, OpenSSLCertificate|strin… argument 161 function openssl_cms_decrypt(string $input_filename, string $output_filename, $certificate, $privat… argument 164 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.1/ext/openssl/tests/ |
H A D | bug81713.phpt | 183 openssl_cms_encrypt(): Argument #1 ($input_filename) must not contain any null bytes 187 openssl_cms_decrypt(): Argument #1 ($input_filename) must not contain any null bytes 193 openssl_cms_sign(): Argument #1 ($input_filename) must not contain any null bytes 200 openssl_cms_verify(): Argument #1 ($input_filename) must not contain any null bytes 206 openssl_pkcs7_encrypt(): Argument #1 ($input_filename) must not contain any null bytes 210 openssl_pkcs7_decrypt(): Argument #1 ($input_filename) must not contain any null bytes 216 openssl_pkcs7_sign(): Argument #1 ($input_filename) must not contain any null bytes 223 openssl_pkcs7_verify(): Argument #1 ($input_filename) must not contain any null bytes
|
Completed in 17 milliseconds