Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/openssl/
H A Dopenssl.c127 ZEND_ARG_INFO(0, outfilename)
192 ZEND_ARG_INFO(0, outfilename)
232 ZEND_ARG_INFO(0, outfilename)
301 ZEND_ARG_INFO(0, outfilename)
4220 char * outfilename = NULL; int outfilename_len; in PHP_FUNCTION() local
4238 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4357 char * outfilename; int outfilename_len; in PHP_FUNCTION() local
4361 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION()
4398 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4462 char * outfilename; int outfilename_len; in PHP_FUNCTION() local
[all …]
H A DREADME171 bool openssl_pkcs7_decrypt(string infilename, string outfilename, mixed
176 The descrypted result is placed in outfilename.

Completed in 21 milliseconds