Home
last modified time | relevance | path

Searched refs:hmac (Results 1 – 14 of 14) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php71 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/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php275 $hmac = trim(preg_replace('#Private-MAC: (.+)#', '$1', $key[$offset + $privateLength]));
276 $hmac = Hex::decode($hmac);
278 if (!hash_equals($hash->hash($source), $hmac)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3562 $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/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php229 $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 DAWSTest.php232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
233 return $hmac;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dropfiles/
H A Dyarn.lock317 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/fedauth/Auth/OpenID/
H A DHMAC.php74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);
75 return $hmac;
/plugin/fetchmedia/
H A Dyarn.lock758 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/openid/Auth/OpenID/
H A DHMAC.php75 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1);
76 return $hmac;
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock421 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/siteexport/inc/
H A Dfunctions.php784 … return PassHash::hmac('md5', session_id().'siteexport', 'siteexport_salt'.auth_cookiesalt());
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DAWS.php229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));
230 return $hmac;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49346 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);