Searched refs:privateKey (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/openssl/tests/ |
H A D | bug71917.phpt | 11 $privateKey = "file://" . __DIR__ . "/private_rsa_1024.key"; 18 openssl_open($sealed, $output, $envelope, $privateKey, 'rc4');
|
/PHP-8.0/ext/phar/ |
H A D | phar_object.stub.php | 134 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null) {} argument 410 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null) {} argument
|
H A D | phar_object_arginfo.h | 137 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, privateKey, IS_STRING, 1, "null")
|
Completed in 20 milliseconds