Searched refs:privateKey (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/ext/openssl/tests/ |
H A D | openssl_dh_compute_key.phpt | 8 $privateKey = <<<'KEY' 27 echo bin2hex(openssl_dh_compute_key($publicKey, openssl_get_privatekey($privateKey))), "\n";
|
H A D | bug71917.phpt | 13 $privateKey = "file://" . __DIR__ . "/private_rsa_1024.key"; 20 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
|
/PHP-8.4/ext/phar/ |
H A D | phar_object.stub.php | 199 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument 473 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
|
H A D | phar_object_arginfo.h | 151 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, privateKey, IS_STRING, 1, "null")
|
Completed in 16 milliseconds