Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt99 @openssl_pkey_export_to_file("file://" . $invalid_file_for_read, $output_file);
100 expect_openssl_errors('openssl_pkey_export_to_file opening', ['02001002', '2006D080']);
102 @openssl_pkey_export_to_file($csr_file, $output_file);
103 expect_openssl_errors('openssl_pkey_export_to_file pem', [$err_pem_no_start_line]);
105 @openssl_pkey_export_to_file($private_key_file, $invalid_file_for_write);
106 expect_openssl_errors('openssl_pkey_export_to_file write', ['2006D002']);
166 openssl_pkey_export_to_file opening: ok
167 openssl_pkey_export_to_file pem: ok
168 openssl_pkey_export_to_file write: ok
H A Dbug50293.phpt38 openssl_pkey_export_to_file($privkey, "bug50293.pem", null, $args);
H A Dopenssl_pkey_export_basic.phpt39 var_dump(openssl_pkey_export_to_file($key, $tempname, NULL, $config_arg));
H A D001.phpt27 if (!openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf)) {
H A Dopenssl_free_key.phpt37 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
H A Dbug81713.phpt51 ["openssl_pkey_export_to_file", $priv_key_file_null, $outfile],
52 ["openssl_pkey_export_to_file", $priv_key_file, $outfile_null],
145 openssl_pkey_export_to_file(): Argument #1 ($key) must not contain any null bytes
146 openssl_pkey_export_to_file(): Argument #2 ($output_filename) must not contain any null bytes
/PHP-8.0/ext/openssl/
H A Dopenssl_arginfo.h408 ZEND_FUNCTION(openssl_pkey_export_to_file);
473 ZEND_FE(openssl_pkey_export_to_file, arginfo_openssl_pkey_export_to_file)
H A Dopenssl.stub.php69 function openssl_pkey_export_to_file($key, string $output_filename, ?string $passphrase = null, ?ar… function
H A Dopenssl.c4386 PHP_FUNCTION(openssl_pkey_export_to_file) in PHP_FUNCTION() argument

Completed in 27 milliseconds