Home
last modified time | relevance | path

Searched refs:privateKey (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/openssl/tests/
H A Dopenssl_dh_compute_key.phpt8 $privateKey = <<<'KEY'
27 echo bin2hex(openssl_dh_compute_key($publicKey, openssl_get_privatekey($privateKey))), "\n";
H A Dbug71917.phpt13 $privateKey = "file://" . __DIR__ . "/private_rsa_1024.key";
20 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
/php-src/ext/phar/
H A Dphar_object.stub.php199 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
473 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
H A Dphar_object_arginfo.h151 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, privateKey, IS_STRING, 1, "null")

Completed in 10 milliseconds