Home
last modified time | relevance | path

Searched refs:openssl_pkcs7_encrypt (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt2 openssl_pkcs7_encrypt() tests
19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
24 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $headers));
27 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $assoc_headers));
28 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $single_cert, $empty_headers));
29 var_dump(openssl_pkcs7_encrypt($wrong, $outfile, $single_cert, $headers));
30 var_dump(openssl_pkcs7_encrypt($empty, $outfile, $single_cert, $headers));
31 var_dump(openssl_pkcs7_encrypt($infile, $empty, $single_cert, $headers));
32 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $wrong, $headers));
33 var_dump(openssl_pkcs7_encrypt($infile, $outfile, $empty, $headers));
[all …]
H A Dbug74903.phpt2 Bug #74903 openssl_pkcs7_encrypt() uses different EOL than before
68 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
H A Dopenssl_pkcs7_decrypt_basic.phpt19 $headers = array("test@test", "testing openssl_pkcs7_encrypt()");
23 openssl_pkcs7_encrypt($infile, $encrypted, $single_cert, $headers);
H A Dbug81713.phpt98 ["openssl_pkcs7_encrypt", $infile_null, $outfile, $crt_file, $headers],
99 ["openssl_pkcs7_encrypt", $infile, $outfile_null, $crt_file, $headers],
100 ["openssl_pkcs7_encrypt", $infile, $outfile, $crt_file_null, $headers],
101 ["openssl_pkcs7_encrypt", $infile, $outfile, $cainfo_null, $headers],
204 openssl_pkcs7_encrypt(): Argument #1 ($input_filename) must not contain any null bytes
205 openssl_pkcs7_encrypt(): Argument #2 ($output_filename) must not contain any null bytes
206 openssl_pkcs7_encrypt(): Argument #3 ($certificate) must not contain any null bytes
207 openssl_pkcs7_encrypt(): Argument #3 ($certificate) array item must not contain any null bytes
H A Dbug74720_0.phpt71 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
H A Dbug74798.phpt68 openssl_pkcs7_encrypt($tmpFileIn, $tmpFileOut, [$cert], array(), PKCS7_BINARY, OPENSSL_CIPHER_AES_1…
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h416 ZEND_FUNCTION(openssl_pkcs7_encrypt);
484 ZEND_FE(openssl_pkcs7_encrypt, arginfo_openssl_pkcs7_encrypt)
H A Dopenssl.stub.php111 function openssl_pkcs7_encrypt(string $input_filename, string $output_filename, $certificate, ?arra… function
H A Dopenssl.c5096 PHP_FUNCTION(openssl_pkcs7_encrypt) in PHP_FUNCTION() argument

Completed in 37 milliseconds