Home
last modified time | relevance | path

Searched refs:outfilename (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt7 $outfilename = dirname(__FILE__) . "/openssl_x509_export_to_file__outfilename.tmp";
16 var_dump(openssl_x509_export_to_file($a, $outfilename)); // read cert as a binary string
17 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
18 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
19 var_dump(openssl_x509_export_to_file($d, $outfilename)); // read cert from a resource
20 var_dump(openssl_x509_export_to_file($e, $outfilename)); // read an array, fails
22 var_dump($exists = file_exists($outfilename));
26 $outfilename = dirname(__FILE__) . "/openssl_x509_export_to_file__outfilename.tmp";
27 if (file_exists($outfilename)) {
28 unlink($outfilename);
/PHP-7.2/ext/openssl/
H A Dopenssl.c136 ZEND_ARG_INFO(0, outfilename)
201 ZEND_ARG_INFO(0, outfilename)
243 ZEND_ARG_INFO(0, outfilename)
311 ZEND_ARG_INFO(0, outfilename)
5182 char * outfilename = NULL; in PHP_FUNCTION() local
5202 outfile = BIO_new_file(outfilename, PHP_OPENSSL_BIO_MODE_W(flags)); in PHP_FUNCTION()
5418 char * outfilename; in PHP_FUNCTION() local
5424 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION()
5532 char * outfilename; in PHP_FUNCTION() local
5536 &outfilename, &outfilename_len, &recipcert, &recipkey) == FAILURE) { in PHP_FUNCTION()
[all …]
H A DREADME171 bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed
176 The descrypted result is placed in outfilename.

Completed in 34 milliseconds