Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/tests/
H A D008.phpt22 $outfilename = tempnam("/tmp", "ssl");
23 if ($outfilename === false)
28 var_dump(openssl_x509_export_to_file($a, $outfilename)); // read cert as a binary string
29 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
30 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
31 var_dump(openssl_x509_export_to_file($d, $outfilename)); // read cert from a resource
32 var_dump(openssl_x509_export_to_file($e, $outfilename)); // read an array, fails
35 var_dump($exists = file_exists($outfilename));
37 @unlink($outfilename);
/PHP-5.5/ext/openssl/
H A Dopenssl.c126 ZEND_ARG_INFO(0, outfilename)
185 ZEND_ARG_INFO(0, outfilename)
225 ZEND_ARG_INFO(0, outfilename)
294 ZEND_ARG_INFO(0, outfilename)
3655 char * outfilename = NULL; int outfilename_len; in PHP_FUNCTION() local
3673 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
3792 char * outfilename; int outfilename_len; in PHP_FUNCTION() local
3796 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION()
3833 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
3897 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 20 milliseconds