Searched refs:pkey (Results 1 – 7 of 7) sorted by relevance
| /plugin/gtime/gtlib/asn1/x509/ |
| D | X509Certificate.php | 42 private $pkey; variable in X509Certificate 73 if ($this->pkey !== null && $this->pkey !== false) { 74 openssl_pkey_free($this->pkey); 129 if ($this->pkey == null || $this->pkey === false) { 130 $this->pkey = openssl_pkey_get_public($this->cert); 133 return X509Certificate::verifyPublicKeySignature($this->pkey, $data, $sign, $algorithm); 170 if ($this->pkey === null || $this->pkey === false) { 171 $this->pkey = openssl_pkey_get_public($this->cert); 174 return $this->pkey; 231 * @param resource $pkey OpenSSL public key resource [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Utils/ |
| D | UriTemplate.php | 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;
|
| /plugin/authgooglesheets/vendor/paragonie/random_compat/other/ |
| D | build_phar.php | 39 $pkey = ''; variable 40 openssl_pkey_export($private, $pkey); 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
|
| /plugin/combo/vendor/paragonie/random_compat/other/ |
| H A D | build_phar.php | 39 $pkey = ''; variable 40 openssl_pkey_export($private, $pkey); 41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
|
| /plugin/impressjs/tpl/dokuwiki/ |
| D | impress.js | 69 var key, pkey; 72 pkey = pfx(key); 73 if ( pkey !== null ) { 74 el.style[pkey] = props[key];
|
| /plugin/adfs/phpsaml/lib/Saml2/ |
| D | Utils.php | 1217 $pkey = openssl_pkey_get_details($symmetricKeyInfo->key); 1218 $pkey = sha1(serialize($pkey), true); 1219 $key = sha1($encryptedKey . $pkey, true);
|
| /plugin/saml/phpsaml/lib/Saml2/ |
| D | Utils.php | 1217 $pkey = openssl_pkey_get_details($symmetricKeyInfo->key); 1218 $pkey = sha1(serialize($pkey), true); 1219 $key = sha1($encryptedKey . $pkey, true);
|