Searched refs:pkey (Results 1 – 6 of 6) sorted by relevance
42 private $pkey; variable in X509Certificate73 if ($this->pkey !== null && $this->pkey !== false) {74 openssl_pkey_free($this->pkey);129 if ($this->pkey == null || $this->pkey === false) {170 if ($this->pkey === null || $this->pkey === false) {174 return $this->pkey;231 * @param resource $pkey OpenSSL public key resource234 public static function getPublicKeyHash($pkey) { argument236 if (!is_resource($pkey)) {240 $params = openssl_pkey_get_details($pkey);[all …]
224 foreach ($parameters[$key] as $pkey => $pvalue) {227 $values[$pkey] = $key . $combine . $pvalue;229 $values[$pkey] = $pvalue;239 foreach ($parameters[$key] as $pkey => $pvalue) {242 $pkey = $this->getValue($pkey, $length);243 $values[] = $pkey . "=" . $pvalue; // Explode triggers = combine.245 $values[] = $pkey;
39 $pkey = ''; variable40 openssl_pkey_export($private, $pkey);41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
39 $pkey = ''; variable 40 openssl_pkey_export($private, $pkey);41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
69 var key, pkey;72 pkey = pfx(key);73 if ( pkey !== null ) {74 el.style[pkey] = props[key];
1217 $pkey = openssl_pkey_get_details($symmetricKeyInfo->key);1218 $pkey = sha1(serialize($pkey), true);1219 $key = sha1($encryptedKey . $pkey, true);