/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | AsymmetricKey.php | 71 private $hmac; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey 139 $this->hmac = new Hash('sha256'); 510 $new->hmac = new Hash($hash); 542 $this->hmac->setKey($k); 544 $this->hmac->setKey($k); 545 $v = $this->hmac->hash($v); 547 $this->hmac->setKey($k); 548 $v = $this->hmac->hash($v); 555 $v = $this->hmac->hash($v); 564 $this->hmac->setKey($k); [all …]
|
/plugin/fedauth/Auth/OpenID/ |
H A D | HMAC.php | 74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true); 75 return $hmac;
|
/plugin/openid/Auth/OpenID/ |
H A D | HMAC.php | 75 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1); 76 return $hmac;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/ |
H A D | PuTTY.php | 275 $hmac = trim(preg_replace('#Private-MAC: (.+)#', '$1', $key[$offset + $privateLength])); 276 $hmac = Hex::decode($hmac); 278 if (!hash_equals($hash->hash($source), $hmac)) {
|
/plugin/webdav/vendor/sabre/http/lib/Auth/ |
H A D | AWS.php | 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message)))); 230 return $hmac;
|
/plugin/davcal/vendor/sabre/http/lib/Auth/ |
H A D | AWS.php | 229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message)))); 230 return $hmac;
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/ |
H A D | AWSTest.php | 232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message)))); 233 return $hmac;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SSH2.php | 3562 $hmac = stream_get_contents($this->fsock, $this->hmac_size); 3563 if ($hmac === false || strlen($hmac) != $this->hmac_size) { 3573 if ($hmac != $this->hmac_check->hash($reconstructed)) { 3578 … if ($hmac != $this->hmac_check->hash(pack('Na*', $this->get_seq_no, $reconstructed))) { 4217 $hmac = ''; 4221 $hmac = $this->hmac_create->hash($packet); 4223 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet)); 4273 $hmac = $this->hmac_create->hash($packet); 4275 $hmac = $this->hmac_create->hash(pack('Na*', $this->send_seq_no, $packet)); 4281 $packet .= $this->encrypt && $this->encrypt->usesNonce() ? $this->encrypt->getTag() : $hmac;
|
/plugin/sequencediagram/bower_components/raphael/ |
H A D | yarn.lock | 421 create-hmac "^1.1.2" 664 create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: 666 …resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e906… 699 create-hmac "^1.1.0" 817 hmac-drbg "^1.0.0" 1240 hmac-drbg@^1.0.0: 1242 …resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793e… 1996 create-hmac "^1.1.4"
|
/plugin/dropfiles/ |
H A D | yarn.lock | 317 create-hmac "^1.1.2" 574 create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: 576 …resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e906… 607 create-hmac "^1.1.0" 723 hmac-drbg "^1.0.0" 1280 hmac-drbg@^1.0.0: 1282 …resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793e… 2097 create-hmac "^1.1.4"
|
/plugin/fetchmedia/ |
H A D | yarn.lock | 758 create-hmac "^1.1.2" 989 create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: 991 …resolved "https://registry.yarnpkg.com/create-hmac/-/create-hmac-1.1.6.tgz#acb9e221a4e17bdb076e906… 1022 create-hmac "^1.1.0" 1139 hmac-drbg "^1.0.0" 1680 hmac-drbg@^1.0.0: 1682 …resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793e… 2412 create-hmac "^1.1.4"
|
/plugin/siteexport/inc/ |
H A D | functions.php | 784 … return PassHash::hmac('md5', session_id().'siteexport', 'siteexport_salt'.auth_cookiesalt());
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 49346 hash.hmac = require('./hash/hmac'); // Proxy hash functions to the main object 50431 HmacDRBG.prototype._hmac = function hmac() { 50432 return new hash.hmac(this.hash, this.K); 70482 var hmac = new Hmac(digest, password, salt.length); 70492 var T = hmac.run(block1, hmac.ipad1); 70496 U = hmac.run(U, hmac.ipad2);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | httpclient-4.5.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |