Home
last modified time | relevance | path

Searched refs:openssl_pkey_export (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt2 openssl_pkey_export() with EC key
17 var_dump(openssl_pkey_export($key, $output, NULL, $config_arg));
25 openssl_pkey_export($key, $output, 'passphrase', $config_arg);
H A Dbug73833.phpt13 if (openssl_pkey_export($key, $privatePEM, $password, $conf) === false) {
H A Dopenssl_error_string_basic_openssl3.phpt115 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd', $options);
116 expect_openssl_errors('openssl_pkey_export', ['1C800064', '04800065']);
169 openssl_pkey_export: ok
H A Dopenssl_error_string_basic.phpt111 @openssl_pkey_export($private_key_file_with_pass, $out, 'wrong pwd');
112 expect_openssl_errors('openssl_pkey_export', ['06065064', '0906A065']);
172 openssl_pkey_export: ok
H A DCertificateGenerator.inc151 openssl_pkey_export($this->lastKey, $keyText, null, $config);
H A Dbug81713.phpt55 ["openssl_pkey_export", $priv_key_file_null, &$out],
149 openssl_pkey_export(): Argument #1 ($key) must not contain any null bytes
/php-src/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt40 openssl_pkey_export($private, $pkey, NULL, $config_arg);
/php-src/ext/phar/tests/tar/
H A Dphar_setsignaturealgo2.phpt40 openssl_pkey_export($private, $pkey, NULL, $config_arg);
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt56 openssl_pkey_export($keys, $privkey, NULL, $config_arg);
/php-src/ext/openssl/
H A Dopenssl.stub.php477 function openssl_pkey_export(#[\SensitiveParameter] $key, &$output, #[\SensitiveParameter] ?string …
H A Dopenssl_arginfo.h411 ZEND_FUNCTION(openssl_pkey_export);
476 ZEND_FE(openssl_pkey_export, arginfo_openssl_pkey_export)
H A Dopenssl.c4818 PHP_FUNCTION(openssl_pkey_export) in PHP_FUNCTION() argument

Completed in 34 milliseconds