Searched refs:openssl_pkey_export_to_file (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/ext/openssl/tests/ |
H A D | openssl_error_string_basic.phpt | 99 @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 D | openssl_pkey_export_basic.phpt | 39 var_dump(openssl_pkey_export_to_file($key, $tempname, NULL, $config_arg));
|
H A D | 001.phpt | 27 if (!openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf)) {
|
H A D | openssl_free_key.phpt | 38 openssl_pkey_export_to_file($privkey, $key_file_name, $passphrase, $conf) or die("failed to export …
|
/PHP-7.2/ext/openssl/ |
H A D | php_openssl.h | 102 PHP_FUNCTION(openssl_pkey_export_to_file);
|
H A D | openssl.c | 475 PHP_FE(openssl_pkey_export_to_file, arginfo_openssl_pkey_export_to_file) 4504 PHP_FUNCTION(openssl_pkey_export_to_file) in PHP_FUNCTION() argument
|
Completed in 25 milliseconds