Searched refs:hmac (Results 1 – 15 of 15) sorted by relevance
71 private $hmac; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey139 $this->hmac = new Hash('sha256');510 $new->hmac = new Hash($hash);542 $this->hmac->setKey($k);543 $k = $this->hmac->hash($v . "\0" . $x . $h1);544 $this->hmac->setKey($k);545 $v = $this->hmac->hash($v);546 $k = $this->hmac->hash($v . "\1" . $x . $h1);547 $this->hmac->setKey($k);548 $v = $this->hmac->hash($v);[all …]
75 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1);76 return $hmac;
74 $hmac = Auth_OpenID_SHA1(($key ^ $opad) . $hash1, true);75 return $hmac;
275 $hmac = trim(preg_replace('#Private-MAC: (.+)#', '$1', $key[$offset + $privateLength]));276 $hmac = Hex::decode($hmac);278 if (!hash_equals($hash->hash($source), $hmac)) {
229 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));230 return $hmac;
232 $hmac = pack('H*', sha1(($key ^ $opad) . pack('H*', sha1(($key ^ $ipad) . $message))));233 return $hmac;
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;
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"
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"
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"
790 … return PassHash::hmac('md5', session_id().'siteexport', 'siteexport_salt'.auth_cookiesalt());
49346 hash.hmac = require('./hash/hmac'); // Proxy hash functions to the main object50431 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);
8423 var hmac = hasher.finalize(this._oKey.clone().concat(innerHash));8424 return hmac;9355 var hmac = HMAC.create(cfg.hasher, password);9369 var block = hmac.update(salt).finalize(blockIndex);9370 hmac.reset();9379 intermediate = hmac.finalize(intermediate);9380 hmac.reset();
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...