Home
last modified time | relevance | path

Searched refs:pkey (Results 1 – 6 of 6) sorted by path

/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1217 $pkey = openssl_pkey_get_details($symmetricKeyInfo->key);
1218 $pkey = sha1(serialize($pkey), true);
1219 $key = sha1($encryptedKey . $pkey, true);
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php224 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/
H A Dbuild_phar.php39 $pkey = ''; variable
40 openssl_pkey_export($private, $pkey);
41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php39 $pkey = ''; variable
40 openssl_pkey_export($private, $pkey);
41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php42 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) {
170 if ($this->pkey === null || $this->pkey === false) {
174 return $this->pkey;
231 * @param resource $pkey OpenSSL public key resource
234 public static function getPublicKeyHash($pkey) { argument
236 if (!is_resource($pkey)) {
240 $params = openssl_pkey_get_details($pkey);
[all …]
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js69 var key, pkey;
72 pkey = pfx(key);
73 if ( pkey !== null ) {
74 el.style[pkey] = props[key];